Welcome to your new Django App!
This application is an example of how to deploy a Django Application, specifically the Django Polls App to DigitalOcean's App Platform. Check out their documentation to learn about the app.
To finish setup, perform the following tasks:
- Navigate to the Console tab in your app dashboard
- In the console, run the command python manage.py migrate to perform the inital database migrations
- In the console, run the command python manage.py createsuperuser and follow the prompt to create your super user