Open erickhun opened 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:
Missing the database initialization: Manage.Py makemigrations Manage.Py migrate
thank youuu @fifieldt !
no worries. Let me know if you get a server setup and I'll transfer the data to you :)
Hey @fifieldt ,
would that be okay to have some indication on how to start the project?
I've tried:
But looks like I'm missing a step: