You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DatabaseError: column django_content_type.name does not exist
LINE 1: SELECT "django_content_type"."id", "django_content_type"."na...
When I run
python manage.py syncdb
This is the result.
Syncing...
Creating tables ...
DatabaseError: column django_content_type.name does not exist
LINE 1: SELECT "django_content_type"."id", "django_content_type"."na...
The text was updated successfully, but these errors were encountered:
DatabaseError: column django_content_type.name does not exist
LINE 1: SELECT "django_content_type"."id", "django_content_type"."na...
When I run
This is the result.
The text was updated successfully, but these errors were encountered: