1
Fork 0
mirror of https://github.com/Steffo99/sophon.git synced 2024-12-22 06:44:21 +00:00

🐛 Enable django.contrib.postgres

This commit is contained in:
Steffo 2021-04-20 17:29:51 +02:00
parent b4555a2040
commit db6dd5b696

View file

@ -38,6 +38,7 @@ INSTALLED_APPS = [
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'django.contrib.postgres',
'rest_framework',
'sophon.core', # FIXME: Is .apps.CoreConfig not needed?
]