Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
PyPrevention
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sr04
PyPrevention
Commits
86550fe0
Commit
86550fe0
authored
Oct 22, 2018
by
Hippolyte Vergnol (Hive)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add localhsot allowed hosts
parent
b105bb11
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
pyprevention/pyprevention/__pycache__/settings.cpython-36.pyc
...evention/pyprevention/__pycache__/settings.cpython-36.pyc
+0
-0
pyprevention/pyprevention/settings.py
pyprevention/pyprevention/settings.py
+1
-1
No files found.
pyprevention/pyprevention/__pycache__/settings.cpython-36.pyc
View file @
86550fe0
No preview for this file type
pyprevention/pyprevention/settings.py
View file @
86550fe0
...
...
@@ -25,7 +25,7 @@ SECRET_KEY = '9)j@^7egsmi)w9xvgi$)ialy)0gfl@874hh@xcn^d^nltx)-c='
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG
=
True
ALLOWED_HOSTS
=
[
'51.68.125.23'
,
'vergnol.eu'
,
'www.vergnol.eu'
,]
ALLOWED_HOSTS
=
[
'51.68.125.23'
,
'vergnol.eu'
,
'www.vergnol.eu'
,
'localhost'
,
'127.0.0.1'
,
]
# Application definition
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment