Fixed integrity issues with on_delete for customuser

This commit is contained in:
Keannu Christian Bernasol 2023-07-04 18:06:47 +08:00
parent 9196bfa602
commit f6cbe1941e
5 changed files with 58 additions and 4 deletions

View file

@ -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://'