not format and lint on build
This commit is contained in:
parent
aa0c15bd7a
commit
1aef5afe18
2
Makefile
2
Makefile
@ -10,7 +10,7 @@ dev:
|
|||||||
./venv/bin/pip install -r requirements.txt
|
./venv/bin/pip install -r requirements.txt
|
||||||
./venv/bin/pip install -r requirements-dev.txt
|
./venv/bin/pip install -r requirements-dev.txt
|
||||||
|
|
||||||
django: format lint
|
django:
|
||||||
docker build . -t mumui:local
|
docker build . -t mumui:local
|
||||||
|
|
||||||
pushpin-local:
|
pushpin-local:
|
||||||
|
|||||||
@ -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!
|
# SECURITY WARNING: don't run with debug turned on in production!
|
||||||
DEBUG = True
|
DEBUG = True
|
||||||
|
|
||||||
ALLOWED_HOSTS = ["*"]
|
ALLOWED_HOSTS = ["dev.thegux.fr"]
|
||||||
|
|
||||||
|
|
||||||
# Application definition
|
# Application definition
|
||||||
@ -135,4 +135,4 @@ LOGOUT_REDIRECT_URL = "home"
|
|||||||
GRIP_URL = "http://pushpin:5561"
|
GRIP_URL = "http://pushpin:5561"
|
||||||
EVENTSTREAM_CHANNELMANAGER_CLASS = "deployment.channel.DeploymentChannelManager"
|
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