ehmatthes / django-first-principles

A Django project, developed from a single file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django from first principles

This is the project featured in the Django from first principles series on Mostly Python.

Most Django tutorials and resources use the standard approach of beginning a new project with django-admin startproject, followed by manage.py startapp. For experienced Django developers, this is a good approach. For people new to web development however, it creates a lot of complexity right at the start of the project. The Django from first principles series builds a simple but nontrivial project, starting with a single file.

About

A Django project, developed from a single file.


Languages

Language:CSS 80.9%Language:Python 14.6%Language:HTML 4.5%