Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Thinking of finishing this project in the upcoming days. #13

Open
2 of 5 tasks
SAMAD101 opened this issue Dec 29, 2023 · 1 comment
Open
2 of 5 tasks

Thinking of finishing this project in the upcoming days. #13

SAMAD101 opened this issue Dec 29, 2023 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@SAMAD101
Copy link
Member

SAMAD101 commented Dec 29, 2023

  • 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.

@SAMAD101 SAMAD101 added the help wanted Extra attention is needed label Dec 29, 2023
@irohanrajput
Copy link
Contributor

I'd love to work on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants