Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Django settings template / unfoldthat.com
-
sunlightlabs/django-gatekeeper - GitHub
-
Django settings template / unfoldthat.com
-
howto:django_on_windows – Thinkhole Labs Wiki
-
Python Django noob: custom forms, errors, and fieldsets | mikepk
-
Django | Writing your first Django app, part 1 | Django documentation
-
Django | Writing your first Django app, part 1 | Django documentation
-
Django Advent - Object Permissions (Feb 15, 2010)
-
python - Using Django time/date widgets in custom form - Stack Overflow
-
This Week in Django
-
Real-world real-time web apps with Python equals Django + Orbited + Twisted - electronic.habitat : alex.clemesha
Some things are better in real-time. Day-to-day activities such as conversations, multi-user games, and collaborative projects are far more exciting and productive when immediate feedback from others is available. Many web applications could gain significant new value by adding real-time features. Currently though, it's a significant challenge to create real-time web applications. In this post I'll give a Python-centric overview of what exists now, what is being done to improve things, and conclude with some details of a project I'm working on called Hotdot that is focused on creating real-time web apps with Django, Orbited, and Twisted. -
agiliq's GitHub
-
Django Canvas
-
Django | User authentication in Django | Django documentation
manage.py createsuperuser --username=joe --email=joe@example.com -
Django Canvas
-
Django and Comet
Using ajax you can make a chat, but you will have to send ajax requests to check if there are new messages to show - you can't make a real time application unless you use Java applet or Flash. However you can also use comet and make HTML/JS application real time. In Python we can use Orbited event driven comet server and django as the application "base". Start with installing orbited and pyorbited and their dependencies. -
lojban at master from JimDabell/lojban-website - GitHub
Good way to setup settings for dev/prod -
bueda/django-boilerplate - GitHub
-
Django settings template / unfoldthat.com
-
Fantomas42/emencia-django-newsletter - GitHub
-
Fantomas42/emencia-django-newsletter - GitHub
-
dokterbob/django-newsletter - GitHub
-
Robert Roland's Blog » Active Directory support in Django
-
Django settings template / unfoldthat.com
-
jespern / django-piston / wiki / Home – Bitbucket
Piston is a Django mini-framework creating APIs.