Since upgrading to Django 2.0 I'm getting SQL error while trying to 
run python manage.py test.

(rest) λ →  ✘ msnuderl@Matejs-MBP  ~/Workspace/Personal/homsterNoi   
master ●  python manage.py test
Creating test database for alias 'default'...
Got an error creating the test database: database "test_homster" already 
exists

Type 'yes' if you would like to try deleting the test database 
'test_homster', or 'no' to cancel: yes
Destroying old test database for alias 'default'...
Traceback (most recent call last):
  File 
"/Users/msnuderl/.virtualenvs/rest/lib/python3.6/site-packages/django/db/backends/utils.py",
 
line 85, in _execute
    return self.cursor.execute(sql, params)
psycopg2.ProgrammingError: relation "authentication_user" does not exist

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/273279fb-a9f7-4227-998e-77d732456de2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to