psycopg2.ProgrammingError:关系django_migrations的权限被拒绝

时间:2018-10-04 11:16:20

标签: django python-3.x

(django-test) riya@bounce:~/Project/myproject$ python manage.py runserver
Performing system checks...

System check identified no issues (0 silenced).
Unhandled exception in thread started by <function check_errors.<locals>.wrapper at 0x7f904ad9a598>
Traceback (most recent call last):
  File "/home/riya/.virtualenvs/django-test/lib/python3.4/site-packages/django/db/backends/utils.py", line 85, in _execute
    return self.cursor.execute(sql, params)
psycopg2.ProgrammingError: permission denied for relation django_migrations

我正在尝试运行服务器并解决此类错误。该错误表明关系django_migration的权限被拒绝。

0 个答案:

没有答案