Skip to content

Commit

Permalink
seperate settings file
Browse files Browse the repository at this point in the history
  • Loading branch information
devjunhong committed Mar 26, 2020
1 parent a5b0796 commit acf69a4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
Empty file added mysite/settings/__init__.py
Empty file.
File renamed without changes.
8 changes: 8 additions & 0 deletions mysite/settings/dev_env.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
from .base import *


DEBUG = True

ALLOWED_HOSTS = [
'localhost',
]

0 comments on commit acf69a4

Please sign in to comment.