Define DEFAULT_AUTO_FIELD

This commit is contained in:
Adam Goldsmith 2022-02-04 15:44:10 -05:00
parent 4ac3fd1806
commit da8417c12b

View File

@ -63,6 +63,7 @@ TEMPLATES = [
WSGI_APPLICATION = 'member_paperwork.wsgi.application' WSGI_APPLICATION = 'member_paperwork.wsgi.application'
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
DATABASE_ROUTERS = ['membershipworks.routers.MembershipWorksRouter', DATABASE_ROUTERS = ['membershipworks.routers.MembershipWorksRouter',
'paperwork.routers.PaperworkRouter'] 'paperwork.routers.PaperworkRouter']