Getting started
New to Django? Or to Web development in general? Well, you came to the rightplace: read this material to quickly get up and running.
- Django at a glance
- Quick install guide
- Writing your first Django app, part 1
- Writing your first Django app, part 2
- Writing your first Django app, part 3
- Writing your first Django app, part 4
- Writing your first Django app, part 5
- Writing your first Django app, part 6
- Writing your first Django app, part 7
- Advanced tutorial: How to write reusable apps
- What to read next
- Writing your first patch for Django
See also
If you’re new to Python, you might want to start by getting an idea of whatthe language is like. Django is 100% Python, so if you’ve got minimalcomfort with Python you’ll probably get a lot more out of Django.
If you’re new to programming entirely, you might want to start with thislist of Python resources for non-programmers
If you already know a few other languages and want to get up to speed withPython quickly, we recommend Dive Into Python. If that’s not quite yourstyle, there are many other books about Python.