Skip to content

Commit

Permalink
Merge pull request #197 from uw-it-aca/task/django-autofield
Browse files Browse the repository at this point in the history
add DEFAULT_AUTO_FIELD setting
  • Loading branch information
jlaney authored Apr 25, 2022
2 parents a368487 + d3e0662 commit 8ce21ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/base_settings/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
'PASSWORD': os.getenv('DATABASE_PASSWORD', None),
}
}
DEFAULT_AUTO_FIELD='django.db.models.AutoField'

MEMCACHED_SERVERS = []
MEMCACHED_SERVER_COUNT = int(os.getenv('MEMCACHED_SERVER_COUNT', 0))
Expand Down

0 comments on commit 8ce21ea

Please sign in to comment.