mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-20 06:58:02 +00:00
Adapt for Django 3.2. See also: https://docs.djangoproject.com/en/3.2/releases/3.2/
This commit is contained in:
@@ -118,4 +118,6 @@ PROJECT_ROOT = os.path.abspath(
|
||||
STATIC_URL = '/static/'
|
||||
STATIC_ROOT = os.path.join(BASE_DIR, 'static')
|
||||
|
||||
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
|
||||
|
||||
from config import * # pylint: disable=wildcard-import,wrong-import-position,unused-wildcard-import
|
||||
|
||||
Reference in New Issue
Block a user