Skip to the content.

Code 401 Class 26 Reading Notes

Getting Started with Django

Tutorial

Documentation

Django can take web applications from concept to launch in a matter of hours. It takes care of the hassle of web development, so you can focus on writing your app without needing to reinvent the wheel.

Django has loads of extras you can use to handle common web development tasks. Django takes care of user authentication, content administration, site maps, RSS feeds, right out of the box.

How Django Works Behind the Scenes

It is a Python-based web framework used by millions of developers and billions of consumers through popular apps like Instagram. It’s open source and available on Github.

Things I want to know more about

The next DjangoCon?

<—BACK