Make Django with DEFAULT_AUTO_FIELD setting
This commit is contained in:
parent
c244716e0d
commit
91cfc39cb6
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