Auto-Field adaption for Django >= 3.2
This commit is contained in:
parent
61f70d9182
commit
bf3256d8d2
@ -255,3 +255,7 @@ File "%(pathname)s", line %(lineno)d, in %(funcName)s
|
||||
# Other Configuration issues
|
||||
#
|
||||
LOGIN_URL = 'users-login'
|
||||
|
||||
# Default Auto Filed
|
||||
#
|
||||
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
|
||||
|
@ -3,3 +3,4 @@ Pillow>=5.4.1
|
||||
python-creole>=1.0.0
|
||||
Whoosh>=2.4.0
|
||||
django-simple-history>=2.7.3
|
||||
pytz>=2022.5
|
||||
|
Loading…
x
Reference in New Issue
Block a user