DigitalOcean Logo

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:

  1. Navigate to the Console tab in your app dashboard
  2. In the console, run the command python manage.py migrate to perform the inital database migrations
  3. In the console, run the command python manage.py createsuperuser and follow the prompt to create your super user