📄️ Create a new Django application
Find Divio's tutorial on creating a new Django application. Learn how to create and deploy a new app using Django, a popular Python web application framework.
📄️ Set up your Divio application locally
Find our tutorial on setting up a Divio Django app locally. Learn to build the new app you've created in the local development environment (your own computer).
📄️ Deploy your application to the Divio Cloud
Find our tutorial on deploying your Django app to the Divio Cloud. One further step is required before an app can be deployed to the cloud. Learn more here.
📄️ Add and configure a Postgres database
Find Divio's tutorial on adding and configuring a Postgres database on an Django application. Learn to configure an app to use a Postgres database, and more.
📄️ Configure static file serving
Find Divio's tutorial on configuring static file serving for your Django app. Your site's static files need to be handled properly. Learn how to here.
📄️ Add and configure media storage
Find Divio's tutorial on adding and configuring media storage on your Django app. Each cloud environment can have its own media storage running on a service.
📄️ Apply some refinements
Find Divio's tutorial on applying some refinements to your Django app. Once your app is up and running, there are a number of refinements you can make.