We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e91275a commit 601a7d2Copy full SHA for 601a7d2
1 file changed
multinet/settings.py
@@ -13,6 +13,8 @@
13
from configurations import values
14
15
16
+DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
17
+
18
class MultinetMixin(ConfigMixin):
19
WSGI_APPLICATION = 'multinet.wsgi.application'
20
ROOT_URLCONF = 'multinet.urls'
0 commit comments