Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Django Class-Based Generic Views: tips for beginners (or things I wish I’d known when I was starting out) | Isotoma Blog
-
Best Resources to Learn Django & Python / drchrono engineering
-
Creating recursive, symmetrical many-to-many relationships in Django
-
Creating recursive, symmetrical many-to-many relationships in Django
-
Django で unittest を高速化する(主にDBの話し) - Study08.net 対シンバシ殲滅用人型機動兵器
-
Django で unittest を高速化する(主にDBの話し) - Study08.net 対シンバシ殲滅用人型機動兵器
-
blog.newrelic.com
-
blog.newrelic.com
-
Making queries | Django documentation | Django
-
Django Mongo ticket
-
Django Mongo ticket
-
Django Class-Based Generic Views: tips for beginners (or things I wish I’d known when I was starting out) | Isotoma Blog
-
bradleyayers/django-tables2
-
Django Class-Based Generic Views: tips for beginners (or things I wish I’d known when I was starting out) | Isotoma Blog
-
Django Class-Based Generic Views: tips for beginners (or things I wish I’d known when I was starting out) | Isotoma Blog
-
Hosting Django under different locations with Nginx and gunicorn
tl;dr: proxy_set_header SCRIPT_NAME /zzz; The idea is that something else, let's say Apache2, is running on 127.0.0.1:8080, and Django being served by gunicorn is running on 127.0.0.1:8001. So under /a/ the pages will be generated by Django; anywhere else Apache2 takes over. If you try this though, things will go horribly wrong. Besides redirects not working because you need some proxy_redirect mojo, your generated links in your templates won't work. They will generate absolute urls like "/foo/bar" instead of "/a/foo/bar". But really how should {% url %} know any better. -
Mourafiq's • End to end web app with Django-Rest-Framework & AngularJS [Part 1]
-
Integrate AngularJS with Django — django-angular 0.6.2 documentation
-
Going beyond the Django ORM limitations with Postgres — EuroPython 2013: Florence, July 1–7
-
disqus/gutter
Fully featured Python feature switch toolkit. -
Opps CMS - Django para portais de alta visibilidade // Speaker Deck
-
Opps CMS - Django para portais de alta visibilidade // Speaker Deck
-
Opps
-
Opps
-
Por que escolher Django? | Aprendendo Python