Friday, September 4, 2015

Re: Django: Relation does not exist in Postgresql

You need to create that tables at your database. 
Please run: 
python manage.py makemigrations
python manage.py migrate

Try it! 

--
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+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/8c1a607a-9dff-49b7-8abc-d9b6ac5d03cc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment