Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Django snippets: Create short URL redirects for site urls.
This allows you to host your own URL shortening service for your site's internal urls. By adding this class as a Mixin to your models, any model with a get_absolute_url method will have a get_short_url method also, which either returns an existing redirect or creates a new one and returns that. -
AJAX in Django with jQuery | webcloud
-
Django Master Class
-
django-lint - Statically check Django applications « code « lamby
-
django-mptt/django-mptt - GitHub
-
washingtontimes/django-supertagging - GitHub
OpenCalais -
mintchaos/django_compressor - GitHub
-
django-lint - Statically check Django applications « code « lamby
git clone https://github.com/lamby/django-lint.git -
Django | The Web framework for perfectionists with deadlines
"Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Developed four years ago by a fast-moving online-news operation, Django was designed to handle two challenges: the intensive deadlines of a newsroom and the stringent requirements of the experienced Web developers who wrote it. It lets you build high-performing, elegant Web applications quickly." -
hookbox.org
-
django-lint - Statically check Django applications « code « lamby
-
svn - Revision 15887: /django/tags/releases/1.2.5
-
Django | Writing your first Django app, part 1 | Django documentation
-
ReloadingSourceCode - modwsgi - How to trigger source code reloading. - Python WSGI adapter module for Apache. - Google Project Hosting
-
alex/django-admin-histograms - GitHub
-
Update WSGI App without Restart Apache ¶ - eonbell - JavaEye技术网站
-
django_apache_and_mod_wsgi – Django
-
Installing Search Engines — Haystack v1.2.0-beta documentation
-
10 Django Apps I Can’t Live Without | KomunitasWeb
-
IntegrationWithDjango - modwsgi - How to use Django with mod_wsgi. - Python WSGI adapter module for Apache. - Google Project Hosting
-
Named Tuple Querysets in Django (Russian)
A proposal for using named tuples in "value"-type querysets for performance gains when using large datasets. -
Instant login from email. Why have so few done this?
Suppose we are going to send an email to entice a user to login to our super social webapp. The goal of this email is to get them to return to the site and poke around a bit more before they forget us so naturally we want to lower the barrier to them returning. My googling has turned up only one site that does this, OKCupid, which is an online dating site. Does anyone know of any other sites that do this? Why isn't instant login via email more common? Security? Lack of substantial benefit for the added complexity? -
Manually logging in a user without password
What I'm trying to do is log in the user after he has clicked the email link so he can start using the website right away. -
Can I create automatic login to django using secret in URL?
How can I let users log in to my Django site just by clicking a link? -
Python IDE & Django IDE for Web developers : JetBrains PyCharm