Getting Error While Syncdb Django.db.utils.programmingerror: Permission Denied For Relation Django_migrations
I have installed postgreSQL and psycopg2, then I created a db and user, I have granted all the permission for the user to the db and I have made all the changes in settings.py. But
Solution 1:
try to migrate as follows
python manage.py migrate auth
python manage.py migrate
Post a Comment for "Getting Error While Syncdb Django.db.utils.programmingerror: Permission Denied For Relation Django_migrations"