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
In your project's settings.py lines 121 - 138 modify the the Database information to match your mysql information
You can ignore if this is the same information.
Goal: by the end of this you should be able to run the project.
Running the project / Setting up
Step 1: installing python (You can either pyenv or download it from the website )
step 2:
step 3: in the backend
source env/bin/activateYou can ignore if this is the same information.
sh setUpMigration.shto create migrations (notice how after running this command, your tables now appear)python3 manage.py runserver