Define DEFAULT_AUTO_FIELD in settings
This commit is contained in:
parent
469d95a342
commit
15a4713d3c
1 changed files with 2 additions and 0 deletions
|
|
@ -157,6 +157,8 @@ USE_L10N = True
|
||||||
|
|
||||||
USE_TZ = True
|
USE_TZ = True
|
||||||
|
|
||||||
|
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
|
||||||
|
|
||||||
# Limit available languages to this subset
|
# Limit available languages to this subset
|
||||||
LANGUAGES = [
|
LANGUAGES = [
|
||||||
('de', _('German')),
|
('de', _('German')),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue