not format and lint on build

This commit is contained in:
landrigun 2023-09-22 19:42:50 +00:00
parent aa0c15bd7a
commit 1aef5afe18
2 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@ dev:
./venv/bin/pip install -r requirements.txt
./venv/bin/pip install -r requirements-dev.txt
django: format lint
django:
docker build . -t mumui:local
pushpin-local:

View File

@ -25,7 +25,7 @@ SECRET_KEY = "django-insecure-_c56%%c8%g%@5(3&thxi7ku2a&wst8lik*8@l0=#)ar)s86g36
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
ALLOWED_HOSTS = ["*"]
ALLOWED_HOSTS = ["dev.thegux.fr"]
# Application definition
@ -135,4 +135,4 @@ LOGOUT_REDIRECT_URL = "home"
GRIP_URL = "http://pushpin:5561"
EVENTSTREAM_CHANNELMANAGER_CLASS = "deployment.channel.DeploymentChannelManager"
CSRF_TRUSTED_ORIGINS = ["http://localhost:8080"]
CSRF_TRUSTED_ORIGINS = ["https://dev.thegux.fr"]