Closed stampylongr closed 5 years ago
Sorry that I've ignored this.
You can see at the bottom, there's an underlying error, and it says something like Table 'closedverse.closedverse_main_community' doesn't exist
. So, the main problem is that none of the migrations have been done, and no tables have been created.
Running python3 manage.py makemigrations closedverse_main
and then running python3 manage.py migrate
(or you can use python, or pypy, or whatever Python you use) should create and apply the migrations for the models, therefore creating the tables.
Other than that, it seems like nothing else is wrong. If this works, then you'll see an empty community screen, so you'd want to run python3 manage.py createsuperuser
to create a super user, and then afterwards log into that.
Although I don't really recommend it, you might probably be interested in running Indigo https://github.com/PF2M/Indigo, if you haven't already tried that at this point.
It worked! Thank you so much for your help.
I've disabled debug mode, enabled production mode, got the website set up, but it still won't work. Here's the traceback (which for some odd reason still shows up in the browser):