python - ProgrammingError "forum_userprofile" does not exist -
getting error message using http://lightbird.net/dbe2/forum.html i'm not sure how decipher error message or debug this. try add in admin , in actual site.
programmingerror @ /admin/forum/userprofile/add/ relation "forum_userprofile" not exist line 1: select (1) "a" "forum_userprofile" "forum_user... ^ request method: post request url: http://127.0.0.1:8000/admin/forum/userprofile/add/ django version: 1.8.2 exception type: programmingerror exception value: relation "forum_userprofile" not exist line 1: select (1) "a" "forum_userprofile" "forum_user... ^ exception location: /home/--/pdenv/lib/python3.4/site-packages/django/db/backends/utils.py in execute, line 64 python executable: /home//pdenv/bin/python python version: 3.4.3 python path: ['/home/--/dogs-like-me', '/home/--/pdenv/lib/python34.zip', '/home/--/pdenv/lib/python3.4', '/home/--/pdenv/lib/python3.4/plat-linux', '/home/--/pdenv/lib/python3.4/lib-dynload', '/usr/local/lib/python3.4', '/usr/local/lib/python3.4/plat-linux', '/home/--/pdenv/lib/python3.4/site-packages', '/home/--/pdenv/lib/python3.4/site-packages/newrelic-2.52.0.40'] server time: tue, 7 jul 2015 19:47:39 +0000 edit tried adding forum_userprofile in admin page , python shell it's giving me error:
traceback (most recent call last): file "<console>", line 1, in <module> file "/home/seanna/pdenv/lib/python3.4/site-packages/django/db/models/manager.py", line 264, in __get__ self.model._meta.object_name, attributeerror: manager isn't available; basicmodel abstract
i think have not applied migrations: $ python manage.py migrate
Comments
Post a Comment