Django Test App

If you can see this page, Django templates + routing are working.

Try these

Next steps

Add a model in core/models.py, then run:

python manage.py makemigrations
python manage.py migrate