diff options
Diffstat (limited to 'django/archives/settings.py')
| -rw-r--r-- | django/archives/settings.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/django/archives/settings.py b/django/archives/settings.py index 906d91b..bb97bb8 100644 --- a/django/archives/settings.py +++ b/django/archives/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. |
