Skip to content
victorhooi edited this page Feb 3, 2013 · 9 revisions

is just an API

Rails is just an API

http://blog.alexmaccaw.com/rails-is-just-and-api-and-that-s-ok http://news.ycombinator.com/item?id=3735874 http://planscope.io/blog/rails-is-more-than-an-api/ http://bearsfightingbears.com/do-not-use-rails-as-just-an-api http://dcurt.is/rails-is-just-an-api

Django is just an API

http://gijs.github.com/blog/2013/01/04/django-is-just-an-api/ http://reinout.vanrees.org/weblog/2013/01/30/defense-of-django.html http://news.ycombinator.com/item?id=5137630 http://www.reddit.com/r/django/comments/17qupt/taking_up_the_gauntlet_defense_of_django/ http://blog.startifact.com/posts/modern-client-side-times.html

Class Based Views

https://speakerdeck.com/kennethlove/views-can-be-classy

#Urls.py - Slashes http://www.morethanseven.net/2009/02/10/append-slashes-urls-django/

News

http://www.planetdjango.org/ https://www.djangoproject.com/community/

Upgrading to 1.4

http://deathofagremmie.com/archive/2012/04/1/

Useful Django Apps

http://django-braces.readthedocs.org/en/latest/index.html http://www.django-userena.org/

User Model

https://groups.google.com/forum/?fromgroups#!topic/django-developers/YwEZUIMuIkE%5B1-25%5D https://code.djangoproject.com/wiki/ContribAuthImprovements#Recommendations https://groups.google.com/forum/?fromgroups#!msg/django-developers/ba21QMpffZs/NdIvp2JCrXgJ%5B1-25%5D https://groups.google.com/forum/#!topic/django-developers/Na0AmIGSGQA%5B1-25%5D

Deployment Tips

http://stevelosh.com/blog/2011/06/django-advice/ http://justcramer.com/2011/01/13/settings-in-django/ http://rwilcox.tumblr.com/post/28526589471/django-intermediates-starting-a-django-project http://hynek.me/articles/python-deployment-anti-patterns/

Using Virtualenv in Production?

http://stackoverflow.com/questions/9337149/is-virtualenv-recommended-for-django-production-server https://groups.google.com/d/topic/django-users/zr-HQB6FQUg/discussion http://www.quora.com/What-are-the-advantages-of-using-virtualenv-when-using-Python-for-a-production-website

Trees/Hierarchical Data

http://lincolnloop.com/static/slides/2010-djangocon/treehugging.html http://www.slideshare.net/thobe/django-and-neo4j-domain-modeling-that-kicks-ass http://pypi.python.org/pypi/neo4django/0.1.7

Packaging

http://www.slideshare.net/jezdez/how-i-learned-to-stop-worrying-love-python-packaging

Pypi

http://jacobian.org/writing/when-pypi-goes-down/ http://www.python.org/dev/peps/pep-0381/ http://aboutsimon.com/2012/02/24/create-a-local-pypi-mirror/ http://0chris.com/quick-quide-pypi-mirror.html

Settings

http://stackoverflow.com/questions/4909958/django-local-settings http://justcramer.com/2011/01/13/settings-in-django/

Optimising ORM queries

Google for "django reduce joins"

http://blog.mozilla.org/webdev/2011/12/15/django-optimization-story-thousand-times-faster/ http://stackoverflow.com/questions/1121569/django-and-sql-question-reduce-number-of-database-hits http://stackoverflow.com/questions/5283066/can-i-reduce-queries-while-iterating-a-relatedmanager-object-within-a-template http://stackoverflow.com/questions/4417626/django-how-to-reduce-inner-joins-on-model-inheritance http://stackoverflow.com/questions/1642092/django-orm-optimizing-queries-involving-many-to-many-relations http://blueprintforge.com/blog/2012/01/24/measuring-optimising-database-performance-in-django http://www.algorithm.co.il/blogs/programming/databases/optimizing-django-db-postgres-queries-left-join/ http://www.multitasked.net/2010/jan/19/django-orm-tricks/ http://facundoolano.wordpress.com/2012/03/11/django-db-optimization-for-pedestrians/ http://www.slideshare.net/danielroseman/reducing-the-query-count-in-django-applications http://techblog.vsza.hu/posts/Optimizing_Django_ORM_in_f33dme.html http://lukeplant.me.uk/blog/posts/some-quick-django-optimisation-lessons/ http://archive.kylefox.ca/v1/blog/2008/nov/24/minimize-database-queries-using-djangos-querysetextra/index.html http://zmsmith.com/2010/08/optimized-django-m2m-in-queries/ http://ionelmc.wordpress.com/2012/01/19/tweaks-for-making-django-admin-faster/ http://news.ycombinator.com/item?id=3996185

Clone this wiki locally