Skip to content

Instantly share code, notes, and snippets.

@groob
Last active August 29, 2015 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save groob/8b8213741c2d8fe69d9e to your computer and use it in GitHub Desktop.
Save groob/8b8213741c2d8fe69d9e to your computer and use it in GitHub Desktop.
docker set django superuser password.
/usr/bin/docker run -i -t --rm --link postgres-munkiwebadmin:db \
-w /home/app/munkiwebadmin \
-e DB_USER=admin -e DB_PASS=password \
-e DB_NAME=munkiwebadmin \
macadmins/munkiwebadmin python manage.py changepassword admin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment