.. meta:: :description: Find Divio's tutorial on creating a new Django application using Aldryn Django. In this, you will create and deploy a new application using Aldryn Django. :sequential_nav: next .. _tutorial-aldryn-set-up: Create a new Django application using Aldryn Django =================================================== About this tutorial ------------------- In this tutorial you will create and deploy a new application using Aldryn Django. Aldryn is a wrapper around `Django `_, the most popular Python web application framework. Aldryn provides automatic configuration and integration with cloud services such as database, media storage and so on. .. important:: Unless you are sure you wish to use Aldryn, we recommend starting with :ref:`our standard Django tutorial ` instead. .. include:: /introduction/includes/02-create-1-set-up.rst * *Platform*: ``Python 3.x`` * *Application type*: ``Django`` .. admonition:: Django 4.2 At the time of writing, version 4.2 is `Django's Long-Term Support release `_, and is guaranteed support until at least April 2026. This is the version currently selected by default in Divio applications. .. include:: /introduction/includes/02-create-2-git-environments.rst .. include:: /introduction/includes/02-create-3-deploy-open.rst Since this is your own application, you can use our :ref:`single-sign-on ` to log in by selecting **Log in with Divio**. You'll see the familiar Django admin for a new application. .. image:: /images/intro-django-admin.png :alt: 'Django admin' :class: 'main-visual' .. include:: /introduction/includes/02-create-4-deployment-dashboard.rst