Skip to content

Commit 40ea2d3

Browse files
committed
🐛 Enable django.contrib.postgres
1 parent 2895c92 commit 40ea2d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/sophon/settings.py

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
'django.contrib.sessions',
3939
'django.contrib.messages',
4040
'django.contrib.staticfiles',
41+
'django.contrib.postgres',
4142
'rest_framework',
4243
'sophon.core', # FIXME: Is .apps.CoreConfig not needed?
4344
]

0 commit comments

Comments
 (0)