gabriel_cervantes's profile - activity
9 years ago | received badge | Nice Question (source) |
9 years ago | received badge | Notable Question (source) |
9 years ago | received badge | Popular Question (source) |
9 years ago | received badge | Notable Question (source) |
9 years ago | received badge | Popular Question (source) |
10 years ago | received badge | Famous Question (source) |
10 years ago | received badge | Famous Question (source) |
10 years ago | commented question | Error running Askbot on Openshift It turns out that it was the same bug causing this issue: http://askbot.org/en/question/13218/fielderror-at/%3C/p (http://askbot.org/en/question/13218/fielderror-at/</p<>>) |
10 years ago | commented question | FieldError at / I have the same problem on OpenShift. I thought it was related to the environment. |
10 years ago | asked a question | Error running Askbot on Openshift I've been trying to get Askbot to run on Openshift but I keep bumping into this error:
The Openshift environemnt is pretty simple: just Python 2.7.5 and PostgreSQL 9.2. This is how I installed Askbot onto Openshift:
Theoretically, this should replicate what one typically does when following the official installation guide. Any thoughts on what might be causing this error? |
10 years ago | commented answer | DatabaseError: column "avatar_urls" of relation "auth_user" already exists It works now. Thanks! |
10 years ago | received badge | Scholar ( source ) |
10 years ago | received badge | Enthusiast |
10 years ago | received badge | Popular Question (source) |
10 years ago | received badge | Famous Question (source) |
10 years ago | received badge | Notable Question (source) |
10 years ago | asked a question | What versions of Django does Askbot support? I've managed to successfully install AskBot using the official documentation. However, it seems that it comes with Django 1.5.12 which is no longer supported. If I update Django to the latest version, will AskBot still work? If not, what is the latest version that AskBot supports? |
10 years ago | received badge | Editor (source) |
10 years ago | received badge | Student (source) |
10 years ago | asked a question | DatabaseError: column "avatar_urls" of relation "auth_user" already exists I'm trying to install the latest version of askbot from askbot-devel (0.7.53) but I got stuck on the following error.
Any ideas? EDIT: I ended up replacing forward() with this:
in 0189_add_avatar_urls_jsonfield_to_auth_user.py I was able to complete the migration but this is just a quick workaround not a proper solution. |