We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2895c92 commit 40ea2d3Copy full SHA for 40ea2d3
backend/sophon/settings.py
@@ -38,6 +38,7 @@
38
'django.contrib.sessions',
39
'django.contrib.messages',
40
'django.contrib.staticfiles',
41
+ 'django.contrib.postgres',
42
'rest_framework',
43
'sophon.core', # FIXME: Is .apps.CoreConfig not needed?
44
]
0 commit comments