try testing

This commit is contained in:
ducoterra
2020-04-24 19:39:30 -04:00
parent 7136453073
commit 6631529a06
15 changed files with 186 additions and 5 deletions

View File

@@ -31,6 +31,8 @@ ALLOWED_HOSTS = ["localhost", "test.ducoterra.net"]
# Application definition
INSTALLED_APPS = [
'api',
'rest_framework',
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',