This website works better with JavaScript.
Home
Explore
Help
Sign In
ivnglkv
/
cross_journals
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Merge branch 'bugfix/dev-allowed-hosts' of ivnglkv/cross_register into develop
develop
Голиков Иван
Gitea
2 years ago
parent
6ec54f4f2e
65b53c645e
commit
e9a4343df4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
cross_journals/settings-dev.py
+ 1
- 1
cross_journals/settings-dev.py
View File
@@ -18,7 +18,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
SECRET_KEY = os.environ['SECRET_KEY']
DEBUG = True
ALLOWED_HOSTS = []
ALLOWED_HOSTS = [
'*'
]
INTERNAL_IPS = ('127.0.0.1',)
Write
Preview
Loading…
Cancel
Save