Skip to content

Instantly share code, notes, and snippets.

@daGrevis
Created September 20, 2012 11:59
Show Gist options
  • Select an option

  • Save daGrevis/3755493 to your computer and use it in GitHub Desktop.

Select an option

Save daGrevis/3755493 to your computer and use it in GitHub Desktop.
Django, WTF? :D
[dagrevis@localhost myproject]$ bin/python myproject/manage.py test legacy
Creating test database for alias 'default'...
Creating test database for alias 'report_db'...
Got an error creating the test database: (1007, "Can't create database 'test_myapp'; database exists")
Type 'yes' if you would like to try deleting the test database 'test_myapp', or 'no' to cancel: yes
Destroying old test database 'report_db'...
Got an error recreating the test database: (1008, "Can't drop database 'test_myapp'; database doesn't exist")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment