diff options
| -rw-r--r-- | postgresqleu/settings.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/postgresqleu/settings.py b/postgresqleu/settings.py index c92c7180..02c567a4 100644 --- a/postgresqleu/settings.py +++ b/postgresqleu/settings.py @@ -29,6 +29,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. |
