Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pédagogies Multimodales
Phonographe
Commits
c94ff203
Commit
c94ff203
authored
Aug 08, 2022
by
Sylvain Coulange
🌼
Browse files
ajout CORS grammachrome + localhost8080
parent
6e1728e4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Pipfile
0 → 100644
View file @
c94ff203
[[source]]
name
=
"pypi"
url
=
"https://pypi.org/simple"
verify_ssl
=
true
[dev-packages]
[packages]
[requires]
python_version
=
"3.6"
clavierPhono/settings.py
View file @
c94ff203
...
...
@@ -31,15 +31,19 @@ CORS_ORIGIN_ALLOW_ALL = False
CORS_ALLOWED_ORIGINS
=
[
"http://127.0.0.1:8000"
,
"http://127.0.0.1:8080"
,
"http://82.64.20.170:8080"
,
"http://phonodrop.alem-app.fr"
,
"https://phonodrop.alem-app.fr"
"https://phonodrop.alem-app.fr"
,
"https://grammachrome.alem-app.fr"
]
CSRF_TRUSTED_ORIGINS
=
[
"http://127.0.0.1:8000"
,
"http://127.0.0.1:8080"
,
"http://82.64.20.170:8080"
,
"http://phonodrop.alem-app.fr"
,
"https://phonodrop.alem-app.fr"
"https://phonodrop.alem-app.fr"
,
"https://grammachrome.alem-app.fr"
]
# Application definition
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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