[x] Firstly, I will settle and figure out what is wrong with setting it up locally. Never happens on the first try. Developer experience matters.
Do it as you setup and run django projects for now.
Install PostgreSQL, make a db named "cfp-portal-db" and start the server.
Make sure that postgres user name is just "postgres"
Make a virtual environment: python -m venv .venv (*or you can use pipenv)
. .venv/bin/activate
Run migrations:
python manage.py makemigrationspython manage.py migrate userspython manage.py migratepython manage.py runserver
[x] Do a refactor to the whole code
[ ] Work on additional features.
[ ] Verification using email
[ ] Dashboard for each user: proposals n stuff
Anyone who wants to build this old project together is very much invited.