mirror of
https://github.com/lemeow125/StudE-Backend.git
synced 2025-06-29 00:35:45 +08:00
Fixed integrity issues with on_delete for customuser
This commit is contained in:
parent
9196bfa602
commit
f6cbe1941e
5 changed files with 58 additions and 4 deletions
|
@ -182,3 +182,5 @@ MEDIA_ROOT = os.path.join(BASE_DIR, 'media')
|
|||
# https://docs.djangoproject.com/en/4.2/ref/settings/#default-auto-field
|
||||
|
||||
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
|
||||
|
||||
DOMAIN = 'stude://'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue