Guest User

Untitled

a guest
Jul 19th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. python manage.py test --settings=test_settings
  2. Creating test database...
  3. Got an error creating the test database: (1044, "Access denied for user 'aur2'@'localhost' to database 'test_aur2'")
  4. Type 'yes' if you would like to try deleting the test database 'test_aur2', or 'no' to cancel: yes
  5. Destroying old test database...
  6. Got an error recreating the test database: (1044, "Access denied for user 'aur2'@'localhost' to database 'test_aur2'")
  7. karif-djszapi ~/Projects/aur2/archlinux $ vi test_settings.py
  8. karif-djszapi ~/Projects/aur2/archlinux $ python manage.py test --settings=test_settings
  9. Creating test database...
  10. Got an error creating the test database: (1044, "Access denied for user 'aur2'@'localhost' to database 'test_aur2:memory:'")
  11. Type 'yes' if you would like to try deleting the test database 'test_aur2:memory:', or 'no' to cancel: yes
  12. Destroying old test database...
  13. Got an error recreating the test database: (1044, "Access denied for user 'aur2'@'localhost' to database 'test_aur2:memory:'")
Add Comment
Please, Sign In to add comment