Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
turkus/live-premailer: Live premailer for jinja2 templates
-
boto 2.42.0 : Python Package Index
-
django-storages — django-storages 1.1.8 documentation
-
Effective Django — Effective Django
Django is a popular, powerful web framework for Python. It has lots of “batteries” included, and makes it easy to get up and going. But all of the power means you can write low quality code that still seems to work. Effective Django development means building applications that are testable, maintainable, and scalable – not only in terms of traffic or load, but in terms of being able to add developers to projects. After reading Effective Django you should have an understanding of how Django’s pieces fit together, how to use them to engineer web applications, and where to look to dig deeper. These documents are a combination of the notes and examples developed for talks prepared for PyCon 2012, PyOhio 2012, and PyCon 2013, and for Eventbrite web engineering. I’m still working on fleshing them out into a single document, but I hope you find them useful. Feedback, suggestions, and questions may be sent to nathan@yergler.net. You can find (and fork) the source on github. -
django-model-values 0.4 : Python Package Index
-
Using Amazon S3 to Store your Django Site's Static and Media Files | Caktus Group
-
thauber/django-schedule: A calendaring app for Django. It is now stable, Please feel free to use it now. Active development has been taken over by bartekgorny.
-
Set Up Python + Django + MySql + VirtualEnv (+ MAMP) on Mac OS X Lion
-
jazzband/django-configurations: A helper for organizing Django project settings by relying on well established programming patterns.
-
jazzband/django-hosts: Dynamic and static host resolving for Django. Maps hostnames to URLconfs.
-
Upgrading Django - Never Clever
-
Making queries | Django documentation | Django
-
Model instance reference | Django documentation | Django
-
QuerySet API reference | Django documentation | Django
-
Signals | Django documentation | Django
-
pip install — pip 8.2.0.dev0 documentation
-
Upgrading Django - Never Clever
-
Django Screencasts and Tutorials - GoDjango.com
Learn something new about Django you didn't know before with short easy to understand screencasts and tutorials. -
Coding for Entrepreneurs
Coding for Entrepreneurs is a series of project-based programming courses designed to teach non-technical founders how to launch and build their own projects. Learn Python, Django, iOS, Web Application Development, Web Scraping, and more. -
rosarior/awesome-django: A curated list of awesome Django apps, projects and resources.
awesome-django - A curated list of awesome Django apps, projects and resources. -
inducer/pudb: Full-screen console debugger for Python
-
Result of JetBrains/PyCharm Promotion | Weblog | Django
RT @andymckay: PyCharm raised $50,000 for the DSF this year. Thanks PyCharm for helping out. #django -
Permissions - Django REST framework
Django, API, REST, Permissions Good examples towards bottom: how to make custom permissions -
Viewsets - Django REST framework
Django, API, REST, Viewsets -
Testing Django Applications | End Point Blog