X-Git-Url: https://git.mdrn.pl/cas.git/blobdiff_plain/a8839fd03b111157daa7dc79ea0bab713118e942..47c02a4c678e46e0bebb354a6c16ab1d4022efe5:/src/cas/settings.py diff --git a/src/cas/settings.py b/src/cas/settings.py index ab10159..e71c5d4 100644 --- a/src/cas/settings.py +++ b/src/cas/settings.py @@ -20,6 +20,8 @@ DATABASES = { } } +DEFAULT_AUTO_FIELD = 'django.db.models.AutoField' + # Local time zone for this installation. Choices can be found here: # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name # although not all choices may be available on all operating systems. @@ -87,6 +89,7 @@ LOCALE_PATHS = ( INSTALLED_APPS = ( 'accounts.apps.AccountsConfig', 'emails.apps.EmailsConfig', + 'ftp', 'services.apps.ServicesConfig', 'ssh_keys.apps.SshKeysConfig',