django-simplecms/cms
Jaap Joris Vens f9ea04662b Replace CKEditor's RichTextField with MarkdownField
Because you should not store raw HTML in database tables!
2020-01-02 23:37:26 +01:00
..
locale/nl/LC_MESSAGES updated translations 2019-08-27 14:43:06 +02:00
migrations Replace CKEditor's RichTextField with MarkdownField 2020-01-02 23:37:26 +01:00
static/cms Replace CKEditor's RichTextField with MarkdownField 2020-01-02 23:37:26 +01:00
templates Replace CKEditor's RichTextField with MarkdownField 2020-01-02 23:37:26 +01:00
__init__.py first commit :) 2019-03-27 16:49:14 +01:00
apps.py New machinery for registering custom views 2020-01-02 19:32:15 +01:00
decorators.py New machinery for registering custom views 2020-01-02 19:32:15 +01:00
forms.py Minor 2020-01-02 20:30:24 +01:00
models.py Replace CKEditor's RichTextField with MarkdownField 2020-01-02 23:37:26 +01:00
tests.py first commit :) 2019-03-27 16:49:14 +01:00
urls.py First draft of version 2.0.0 2019-12-31 13:05:12 +01:00
views.py Replace CKEditor's RichTextField with MarkdownField 2020-01-02 23:37:26 +01:00