Refactoring things and doing stuff in a MVP way. #15

Merged
valberg merged 23 commits from vidir_refactor into master 2021-03-12 16:20:53 +00:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit ba7fabf5c7 - Show all commits

View File

@ -17,6 +17,8 @@ DEBUG = env.bool("DEBUG", default=False)
ALLOWED_HOSTS = env.list("ALLOWED_HOSTS", default=["*"])
ADMINS = env.list("DJANGO_ADMINS", default=[])
# Application definition