(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的权限被拒绝。