Fix url template

This commit is contained in:
Andros Fenollosa
2023-07-24 14:58:15 +02:00
parent 55c17554f1
commit 7b6613bd36
3 changed files with 5 additions and 4 deletions

View File

@ -5,7 +5,7 @@ DEBUG=True
SECRET_KEY=mysecret
DOMAIN=project.localhost
DOMAIN_URL=http://project.localhost
ALLOWED_HOSTS=project.localhost,localhost
ALLOWED_HOSTS=localhost,django,caddy,django.localhost,project.localhost
STATIC_ROOT=static
STATIC_URL=/static/
MEDIA_ROOT=media