{% extends 'examples/base.html' %} {% block stylesheets %} {{ super() }} {{ assets.get_stylesheets('examples-blog') }} {% endblock %} {% block content %}

Welcome!

Django-Zero is a wrapper package around the Django framework that configures for you a lot of reasonable (imho) things and let you customize everything afterward.

Read the documentation...

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

{{ feature.name }}


{{ feature.description }}

Read more...
{% endfor %}
{% endblock %} {% block javascripts %} {{ super() }} {% endblock %}