You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 makemigrations python manage.py migrate users python manage.py migrate python manage.py runserver
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.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: