Compare commits

...

2 Commits

Author SHA1 Message Date
bkfox
2618eb295b remove tests.py 2023-06-19 10:14:57 +02:00
bkfox
a2360a882d CSRF_TRUSTED_ORIGINS settings 2023-06-18 22:20:40 +02:00
2 changed files with 1 additions and 2 deletions

View File

@ -1 +0,0 @@
# Create your tests here.

View File

@ -31,7 +31,7 @@ SECRET_KEY = ""
# Allowed host for HTTP requests # Allowed host for HTTP requests
# ALLOWED_HOSTS = ('127.0.0.1',) # ALLOWED_HOSTS = ('127.0.0.1',)
# CSRF_TRUSTED_ORIGINS=['https://aircox.radiocampus.be', 'https://radiocampus.be']
# When LC_LOCALE is set here, this code activates it. # When LC_LOCALE is set here, this code activates it.
# Otherwise it can be removed # Otherwise it can be removed