Created
September 20, 2012 11:59
-
-
Save daGrevis/3755493 to your computer and use it in GitHub Desktop.
Django, WTF? :D
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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