mirror of
https://github.com/sissbruecker/linkding.git
synced 2025-08-07 10:58:25 +02:00
Upgrade Django major (#144)
* Bump dependency versions * Configure default auto field implementation * fix admin to use token proxy model * update django docs link
This commit is contained in:
@@ -73,6 +73,8 @@ TEMPLATES = [
|
||||
},
|
||||
]
|
||||
|
||||
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
|
||||
|
||||
WSGI_APPLICATION = 'siteroot.wsgi.application'
|
||||
|
||||
# Database
|
||||
|
Reference in New Issue
Block a user