Source code that makes my blog work properly.
Branches
comments | master | model-improvement | rssLicense
GNU GPL v3+Languages
Python: 45% GNU Gettext: 29% HTML: 19% Markdown: 5% Others: ~1%Content
Subdirectories |
---|
locale |
migrations |
templates |
File name | Latest commit | Latest update |
---|---|---|
.gitignore | Initial commit of blog app files | July 9, 2017 |
DEPENDENCIES.md | Have a minimal working Markdown transpiler | Aug. 8, 2017 |
TODO.org | Attempt to fix comment form | April 9, 2018 |
__init__.py | Initial commit of blog app files | July 9, 2017 |
admin.py | Fix import error in admin.py | April 9, 2018 |
apps.py | Initial commit of blog app files | July 9, 2017 |
forms.py | Add comment functionality to blog posts The different blog posts … | April 9, 2018 |
header.html | Initial commit of blog app files | July 9, 2017 |
models.py | Fix typo in models.py | April 9, 2018 |
tests.py | Initial commit of blog app files | July 9, 2017 |
urls.py | General internationalization and finishing parts I'm currently reworking the internationalization … | Jan. 22, 2018 |
views.py | Prettify comment form | April 9, 2018 |
Commits
Hash | Description | Date |
---|---|---|
a1d53e02a2a6f7…
|
Prettify comment form. | 04/09/2018 5:51 p.m. |
49d0aeaffe4cf7…
|
Attempt to fix comment form. | 04/09/2018 5:43 p.m. |
ce775c486d88b3…
|
Add comment form to render context. | 04/09/2018 3:51 p.m. |
b40673fe82c25e…
|
Fix import error in views.py. | 04/09/2018 3:25 p.m. |
0a38e021df7fcd…
|
Fix type error. | 04/09/2018 3:24 p.m. |
68a29033971c19…
|
Fix import error in admin.py. | 04/09/2018 3:21 p.m. |
28db6bb12bb6f4…
|
Fix typo in models.py. | 04/09/2018 3:21 p.m. |
692768670901c8…
|
Add comment functionality to blog posts. | 04/09/2018 3:17 p.m. |
fd2d13e18b0d70…
|
Resolve merge conflict. | 03/25/2018 1:32 a.m. |
8063eeae2b810b…
|
Saving changes for pull. | 03/25/2018 1:31 a.m. |
3374cfa78210b8…
|
Updates to translations and code. | 03/25/2018 1:30 a.m. |
a63d7baae9a651…
|
Fix bug and fix template tags. | 01/23/2018 12:45 a.m. |
363b92495b6481…
|
Resolve merge conflict. | 01/22/2018 10:19 p.m. |
da2cafd56c1da5…
|
General internationalization and finishing parts. | 01/22/2018 10:16 p.m. |
01e44c16a70c5f…
|
Add migration update to tracker. | 01/22/2018 10:15 p.m. |
6889c98ffa4c78…
|
Resolve merge conflict. | 01/22/2018 10:15 p.m. |
05d87a05e5e618…
|
Add weekly publication link. | 01/22/2018 10:11 p.m. |
ad92bb1cd25937…
|
Add new view function for specific languages. | 01/04/2018 10:42 p.m. |
1f838f93bc8a32…
|
Update and improve blog system. | 01/02/2018 11:38 p.m. |
e2546549968315…
|
Update french and dutch translations. | 10/19/2017 5:20 p.m. |
9056b03d04dda2…
|
Add translation files. | 10/19/2017 4:28 p.m. |
48b5846371344a…
|
Merge branch 'master' of remote origin. | 10/19/2017 4:49 a.m. |
d793d29f932d6f…
|
Add post template to tracker. | 10/19/2017 4:48 a.m. |
471cd0b503cd7f…
|
Fix bug about post loading and rendering. | 10/19/2017 4:48 a.m. |
c847712754e521…
|
Merge branch 'master' of remote origin. | 10/19/2017 4:45 a.m. |
e0f666cebed6fa…
|
Fix bug with loading blog posts. | 10/19/2017 4:45 a.m. |
c9288536c0a0c3…
|
Fix bug with loading a blog post. | 10/19/2017 4:44 a.m. |
64957dedb35f24…
|
Merge branch 'master' of remote origin. | 10/19/2017 4 a.m. |
157c956b257555…
|
Temporarily disable comment model. | 10/19/2017 3:59 a.m. |
c367c60769ffdc…
|
Merge branch 'master' of remote origin. | 10/19/2017 3:57 a.m. |
13556187c729b2…
|
Saving working changes. | 10/19/2017 3:57 a.m. |
bb491800b73980…
|
Remove obsolete markdown module. | 09/28/2017 10:27 p.m. |
5a08d014792d6a…
|
New attempt to make markdown converter work. | 09/28/2017 9:50 p.m. |
772aedaf009988…
|
Have a minimal working markdown transpiler. | 08/07/2017 10:48 p.m. |
62e5f976d88bc5…
|
Add more info to markdown.py about implementation. | 07/18/2017 6:18 p.m. |
d3365599fb04a1…
|
Add more parameters and docs to markdown transpiler. | 07/17/2017 10:48 p.m. |
dfc1bea9bc6a47…
|
Add markdown module. | 07/11/2017 2:54 p.m. |
754c93cf11faf4…
|
Add function to derive the right title name for display …. | 07/11/2017 12:05 a.m. |
b2cfc78e1e2d66…
|
See previous commit. | 07/10/2017 11:57 p.m. |
4fb4d05d233b7f…
|
Fix bug in date formatting in index.html. | 07/10/2017 11:56 p.m. |
a0dad8f3c49c3c…
|
Fix bug in index.html by removing a comma. | 07/10/2017 11:54 p.m. |
7763f91b71fcbc…
|
Add temporary latin description to views.py. | 07/10/2017 11:53 p.m. |
54432e23a61348…
|
Add first template and fix bug of names in views.py. | 07/10/2017 11:51 p.m. |
5011887dcc386d…
|
Change variables in views.py to match the post model. | 07/10/2017 10:56 p.m. |
7c717d97cecae7…
|
Various changes on the post model in models.py. | 07/10/2017 5:34 p.m. |
be65264432fc72…
|
Fix partition of filename to include the entire file if …. | 07/10/2017 5:26 p.m. |
473c1d85075160…
|
Fix function that determines upload directory. | 07/10/2017 5:21 p.m. |
d428c4062de856…
|
Add required 'os' import to models.py. | 07/10/2017 5:11 p.m. |
adc32862daeb33…
|
Try to apply fix to naming in models.py. | 07/10/2017 5:08 p.m. |
dcd54c2df39a90…
|
Fix bug in views.py with footer_links. | 07/10/2017 2:38 p.m. |
671b4e2bab0700…
|
Merge branch 'master' of upstream master. | 07/10/2017 2:36 p.m. |
7dc40e1090171a…
|
Fix bug in models.py and work on translations in views.py. | 07/10/2017 2:36 p.m. |
5616c8c3ec6501…
|
Add migrations to blog app. | 07/10/2017 2:33 p.m. |
1957abb2ef5154…
|
Initial commit of blog app files. | 07/09/2017 7:39 p.m. |