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

🔧 Install the "core" app

This commit is contained in:
Steffo 2021-04-05 01:29:02 +02:00
parent 6efdf962d0
commit 3349f5d854
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -39,6 +39,7 @@ INSTALLED_APPS = [
'django.contrib.messages',
'django.contrib.staticfiles',
'rest_framework',
'sophon.core',
]
MIDDLEWARE = [