Django Zero

Create pre-configured Django projects.
Customize anything.
Deploy.

Read the docs

Quick start

TODO: Add here pointers on how to do usual stuff (templates, static assets, compiled assets, create app, etc.).

Features

Projects created by django-zero contains a lot of features preinstalled and available as a default.

You can add, remove and/or customize everything, the same way you do for regular django projects.

It just remove the usual boilerplate bootstrapping work.

{% for feature_slug, feature in features.items() | sort %}
{{ feature.category }}

{{ feature.name }}


{{ feature.description }}

Read more...
{% endfor %}