change back to normal id field

v1-0-stable
Christian Merten 4 years ago
parent bc39b3b17e
commit 00b2dba47b

@ -37,7 +37,7 @@ MEDIA_ROOT = os.environ.get('DJANGO_MEDIA_ROOT',
MEDIA_MEMBERLISTS = os.path.join((os.path.join(BASE_DIR, os.pardir)), "media") MEDIA_MEMBERLISTS = os.path.join((os.path.join(BASE_DIR, os.pardir)), "media")
# default primary key auto field type # default primary key auto field type
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField' DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
# prevent large files from being unreadable by the server # prevent large files from being unreadable by the server
# see # see

Loading…
Cancel
Save