Skip to content
Snippets Groups Projects
Verified Commit e4954d15 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

[MapCareTech] Remove super user creation to avoid re-creating, will be done manually the first time

parent e27de386
No related branches found
No related tags found
No related merge requests found
......@@ -25,8 +25,6 @@ echo "Collect static files..."
umap collectstatic --noinput
echo "Compress static files..."
umap compress
echo "Create superuser..."
umap createsuperuser --noinput --username ${SUPERUSER_LOGIN} --email ${SUPERUSER_EMAIL}
echo "Launch uMap..."
exec $@
......@@ -4,7 +4,3 @@ SECRET_KEY=
ADMIN_EMAIL=
# Database URL
DATABASE_URL=postgis://user:password@umap-db-caretech/caretech
# Superuser
SUPERUSER_LOGIN=caretech
SUPERUSER_PASSWORD=
SUPERUSER_EMAIL=
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment