# download the recent code curl -sSL https://speedpy.com/get > speedpycom-start.zip # unpack and rename unzip speedpycom-start.zip mv speedpycom-start-main cd ./init # run the project locally docker-compose up
Put templates in templates/main
Add Views in main/views.py
Create API end points in main/api.py
URLs go into main/urls.py
Create your models.py in main/models.py
Use ./s
to run python
manage.py
commands.
Make migrations: ./s makemigrations
Apply migrations: ./s migrate
Procfile
included for deployment