Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Django admin'a ModelAdmin.save_model: Updating lastmodified by and createdby fields using Django admin'a ModelAdmin.save_model (Rick Hightower: 2009-10-29)
"When a Person gets saved, we need to record its last modified time and its created time as well as who edited the Person object and who last modified the Person." The Person object is quite big with a lot of fields. We had to organize its fields sets (this is using Django admin). -
Django Development | Lincoln Loop
-
Django Rocks Hints
-
ProfilingDjango – Django
-
Debugging Django applications! « Libel
-
Django snippets: invalidation of cache-template-tag cache
-
How to Add Locations to Python Path for Reusable Django Apps | Code Spatter
-
pocketuniverse - URLs on multi-lingual sites: A solution
-
Growl type notifications in Django | TurnKey Linux Blog
-
Django tips: A simple AJAX example, part 1
-
agiliq/Django-Socialauth - GitHub
-
The django-facebookconnect Network - GitHub
-
The django-social-auth Network - GitHub
-
The django-la-facebook Network - GitHub
-
The Django-Socialauth Network - GitHub
-
Python IDE & Django IDE for Web developers : JetBrains PyCharm
-
Pydev
-
Иван Маркеев: Быстрой способ зарегистрировать модели в админке
from django.contrib import admin from django.db.models.loading import get_models, get_app for m in get_models(get_app('myappname')): admin.site.register(m) -
django-lint - Statically check Django applications " code " lamby
-
python - how to modularize django settings.py? - Stack Overflow
-
SplitSettings – Django
-
Django Project Conventions, Revisited | Zack’s Blog.
-
Deploying with Fabric & Mercurial / Steve Losh
-
Melbourne hacker releases open source Django apps - software development, python, open source, frameworks, e-commerce, django, cms - CIO
-
django-worlddb - Simple Django pluggable to use cities/regions/countries database. - Google Project Hosting