Skip to content

Instantly share code, notes, and snippets.

@xarses
Last active August 29, 2015 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save xarses/10523d86f59788d11e75 to your computer and use it in GitHub Desktop.
Save xarses/10523d86f59788d11e75 to your computer and use it in GitHub Desktop.
reset fuel database (WARNING WILL ERASE EVERYTHING)
dockerctl shell nailgun
manage.py drobdb
manage.py syncdb
manage.py loaddefault
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment