mirror of
https://github.com/umap-project/umap.git
synced 2025-05-05 14:01:50 +02:00
Make Django with DEFAULT_AUTO_FIELD setting
This commit is contained in:
parent
f76b14fa22
commit
b0a4ad394b
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@ INSTALLED_APPS = (
|
|||
'social_django',
|
||||
'agnocomplete',
|
||||
)
|
||||
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
|
||||
|
||||
# =============================================================================
|
||||
# Calculation of directories relative to the project module location
|
||||
|
|
Loading…
Reference in a new issue