not format and lint on build
This commit is contained in:
parent
aa0c15bd7a
commit
1aef5afe18
4
Makefile
4
Makefile
@ -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:
|
||||
@ -28,4 +28,4 @@ run:
|
||||
docker compose up
|
||||
|
||||
stop:
|
||||
docker compose down
|
||||
docker compose down
|
||||
|
||||
@ -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"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user