wagtail/wagtail/contrib/settings
2017-06-30 12:01:51 +01:00
..
locale Fetch new translations from Transifex 2017-06-30 12:01:51 +01:00
static_src/wagtailsettings/js static path for wagtail.contrib.settings should be 'wagtailsettings' to avoid name clashes 2015-10-23 11:33:48 +01:00
templates/wagtailsettings Allows to define custom site settings edit handler 2016-10-10 14:23:57 +03:00
templatetags Ensure absolute_import, unicode_literals imported in all files 2016-04-03 13:11:48 +03:00
tests Fixup isort 2016-10-10 15:25:44 +03:00
.gitignore Add site switcher to header in settings 2015-10-21 16:39:09 +11:00
__init__.py Move wagtailsettings into contrib module 2015-10-21 16:39:09 +11:00
apps.py Ensure absolute_import, unicode_literals imported in all files 2016-04-03 13:11:48 +03:00
context_processors.py Fix errors by settings context processor in out-of-request templates 2016-11-24 12:14:58 +00:00
forms.py ensure admin settings urls start with app label and model name, so they show as highlighted 2016-04-06 14:10:28 +01:00
jinja2tags.py Add wagtail.contrib.settings.jinja2tags (#2451) 2016-04-12 06:49:32 +01:00
models.py Ensure absolute_import, unicode_literals imported in all files 2016-04-03 13:11:48 +03:00
permissions.py Ensure absolute_import, unicode_literals imported in all files 2016-04-03 13:11:48 +03:00
registry.py Fix PEP8 E305 errors (expected 2 blank lines after class or function definition) 2016-11-15 09:43:04 +00:00
urls.py ensure admin settings urls start with app label and model name, so they show as highlighted 2016-04-06 14:10:28 +01:00
views.py Allows to define custom site settings edit handler 2016-10-10 14:23:57 +03:00
wagtail_hooks.py Ensure absolute_import, unicode_literals imported in all files 2016-04-03 13:11:48 +03:00