diff options
Diffstat (limited to 'pgcommitfest/settings.py')
-rw-r--r-- | pgcommitfest/settings.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pgcommitfest/settings.py b/pgcommitfest/settings.py index 4b6ff00..d83d994 100644 --- a/pgcommitfest/settings.py +++ b/pgcommitfest/settings.py @@ -22,6 +22,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. |