django

TwitterFacebook
Get flash to fully experience Pearltrees

- Luc Stepniewski's Blog

http://www.banquise.org/python/django-how-to-find-the-urlpath-youre-into-in-a-template-loaded-by-a-generic-view/ In a Django project, I have a template that is used by two urls, which is quite common (generic views, using ‘create_object’ and ‘update_object’).
Django_models

django_cron

http://stackoverflow.com/questions/10460028/confusion-in-django-admin-static-and-media-files

Confusion in Django admin, static and media files

Static files are files needed by your applications that server can serve without modifications, like custom JS scripts, icons, applets, etc.
django_patterns

django_rails

django_restful

I have basic authentication/djangoauthorisation set up on my resources, so the browser pops up http auth window. http://stackoverflow.com/questions/7363460/how-do-i-check-that-user-already-authenticated-from-tastypie

ajax - How do I check that user already authenticated from tastypie

http://www.b-list.org/weblog/2006/jul/31/django-tips-simple-ajax-example-part-1/

Django tips: A simple AJAX example, part 1

The single most important question to ask when you’re thinking about AJAX is whether you should be using it at all; whole books could be written about when to use it and when not to use it.

A Guide to Testing in Django - Toast Driven

http://toastdriven.com/blog/2011/apr/10/guide-to-testing-in-django/ For many people, testing their Django applications is a mystery.
Forbidden (403) CSRF verification failed. Request aborted.

More Django CSRF Token Fun « Becoming a Builder.

http://joelklabo.wordpress.com/2010/06/09/more-django-csrf-token-fun/
django_tools

django_form

There are quite a few great little tricks and tips one could use on their Django projects that would speed up development and save many headaches in the long run. From basic to obscure, these tips can help any skill-level of programmer become more adept with Django and all it’s glory. Django is an excellent framework for Python. http://net.tutsplus.com/tutorials/python-tutorials/10-insanely-useful-django-tips/

10 Insanely Useful Django Tips | Nettuts+

django_exemples

django_ajax

django_videos

http://stackoverflow.com/questions/6014663/django-static-file-not-found In fact I confounded STATIC_ROOT and STATICFILES_DIRS

Django - Static file not found - Stack Overflow

The Django Book: Version 2.0 (English)

http://www.djangobook.com/en/2.0/ First, it's (obviously) not done , as you can tell by the short chapter list. We'll be releasing chapters over the coming weeks. The previous edition is still available, but it assumes you're using Django 0.96, not version 1.0.
This is a collection of patterns which we have found occuring commonly with Django. All of these either make collaboration easier, coding simpler or code more maintainable.

Index — Django Design Patterns