Skip to content

Django

Django is a batteries-included Python framework for building secure, database-driven applications. Use this component when you need an admin interface, ORM, and templating system out of the box. Diploi provisions the deployment pipeline so you can focus on models and views instead of infrastructure.

Add to your project

Paste this entry into the components list in diploi.yaml to add Django to your project.

components:
- name: Django
identifier: django
package: https://github.com/diploi/component-django#main

See also