16 Commits

Author SHA1 Message Date
Thomas Waldmann
6ecee32398 use new MIDDLEWARE setting (since Django 1.10)
MIDDLEWARE_CLASSES was removed in Django 2.0.
2018-10-19 23:37:29 +02:00
Thomas Waldmann
4deac259bc use TEMPLATES setting for Django 1.8+
TEMPLATE_* == old, pre-django-1.8 settings (removed)
TEMPLATES == Django 1.8+ settings
2016-08-13 22:39:29 +02:00
Fabian Weisshaar
806d507d52 set SECRET_KEY in development configuration 2015-12-27 18:09:51 +01:00
elnappo
e51792f344 add console.EmailBackend to dev settings 2014-11-26 10:49:25 +01:00
Thomas Waldmann
aa425c3402 add UserProfiles with additional metadata (for now: language)
as the migrations depend on settings.LANGUAGES, I put a complete list there with what we have .po files for.
2014-11-25 14:08:48 +01:00
Thomas Waldmann
8aae3e2c73 make the pep8 checker happy 2014-11-01 20:23:08 +01:00
Thomas Waldmann
0c7c259901 prepare adding of zh-cn i18n 2014-11-01 19:33:39 +01:00
Thomas Waldmann
7458271b5c fix pep8 issues 2014-08-27 17:35:29 +02:00
Thomas Waldmann
540616fdf3 fix LANGUAGES in dev settings - they are ADDITIONAL to the base settings, remove duplicates 2014-08-24 23:59:22 +02:00
Thomas Waldmann
9b4e27afca add de/fr/it translation to production and development, add unfinished pl translation to development only 2014-07-29 19:11:54 +02:00
Thomas Waldmann
eca85172e7 add (still empty) german translation 2014-06-07 00:03:32 +02:00
Thomas Waldmann
5c4f8203eb fix settings: no tabs, moved malfunctioning docstring to a comment above 2014-06-06 23:37:27 +02:00
Thomas Waldmann
077b91c0dd Merge branch 'pu_translations' of github.com:mandrag0ra/nsupdate.info into mandrag0ra-pu_translations
Conflicts:
	nsupdate/main/templates/main/includes/tabbed_router_configuration.html
	nsupdate/main/templates/main/status.html
	nsupdate/templates/base.html
2014-06-06 22:46:32 +02:00
Thomas Waldmann
d47793b71c s/WE_HAVE_SSL/WE_HAVE_TLS/g
SSL is the old/outdated name. Since 1999, it's called TLS.

Changed the name of the configuration setting.
2014-05-30 01:18:50 +02:00
mandrag0ra
bd7c2b9277 add languages option 2014-05-23 17:44:03 +02:00
Thomas Waldmann
cae77f53c9 make settings a package, split settings into base / dev / prod settings 2013-12-14 03:41:04 +01:00