taiwangoldcard / gcjoin

Community Management Features for the Gold Card Community
Apache License 2.0
0 stars 0 forks source link

Commands to start the django project #9

Open erickhun opened 1 month ago

erickhun commented 1 month ago

Hey @fifieldt ,

would that be okay to have some indication on how to start the project?

I've tried:

virtualenv env
source env/bin/activate
pip install -r requirements.txt
python manage.py runserver

But looks like I'm missing a step:

Screenshot 2024-09-20 at 11 14 07 AM
fifieldt commented 1 month ago

Missing the database initialization: Manage.Py makemigrations Manage.Py migrate

erickhun commented 1 month ago

thank youuu @fifieldt !

fifieldt commented 1 month ago

no worries. Let me know if you get a server setup and I'll transfer the data to you :)