victorneo / django-guide

Detailed, hands-on guide for working with Django.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django Guide

A comprehensive guide to help scale Django web applications. We hope that this guide would be useful as a reference as you build and scale your Django application.

You will find this guide useful if you are:

  • Learning how to scale and identify bottlenecks in your Django application
  • Working on your first Django project (with or without prior experience in developing web applications in other languages or frameworks)

Contributing

If you have tips or comments to share with regards to the guide, please open an issue for discussion.

For grammatical or spelling errors, you are welcome to issue a pull request to fix them.

Getting Started With Django

If you are looking to learn Django or are unfamiliar with the basics, we strongly recommend you to work through the Django tutorial. The tutorial is relatively short and can be completed within a day if you have prior web development experience with other languages or frameworks.

For a more detailed introduction, you may wish to work through the Django Girls Tutorial which covers the same material as they do during their workshops.

Guides

  • Optimizing Database Calls (Coming soon!)
  • Instrumenting your Django app (Coming soon!)

Have a particular topic which you would like to learn more? Let us know by creating an issue!

About

Detailed, hands-on guide for working with Django.

License:Creative Commons Attribution Share Alike 4.0 International


Languages

Language:Python 97.6%Language:HTML 2.4%