Skip to content

Commit

Permalink
Ajout main.inscription.cf
Browse files Browse the repository at this point in the history
  • Loading branch information
davy39 committed Jan 18, 2022
1 parent 854ad7e commit 26d0a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion djangoLxp/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
LOGIN_URL='/admin/login/'

ALLOWED_HOSTS = ['davy39.pythonanywhere.com', '127.0.0.1', 'https://lxp-app.herokuapp.com', 'inscription.cf']
CSRF_TRUSTED_ORIGINS = ['https://inscription.cf','http://lxp-app.herokuapp.com','http://127.0.0.1','https://lxp-app.herokuapp.com','https://127.0.0.1',]
CSRF_TRUSTED_ORIGINS = ['https://inscription.cf','https://main.inscription.cf','http://127.0.0.1', 'https://127.0.0.1',]

MIGRATION_MODULES = {'captcha': 'migrations.captcha', 'address': 'migrations.address', 'inscription': 'migrations.inscription'}

Expand Down

0 comments on commit 26d0a09

Please sign in to comment.