All Projects Tagged: django
All Posts Tagged: django
- Test every unicode method on every object for every model (February 23rd, 2010)
All Links Tagged: django
-
EveryBlock Source Code
:
Django hotness. This will be very interesting to look through.
Other tags for this link: django, everyblock, geodjango, maps, python.
-
Handy way of dealing with Django template tag loading failure
:
Oh, this is handy. A good way of nailing down the import error when faced with this sort of thing: "'XXX' is not a valid tag library: Could not load template library from django.templatetags.XXX, No module named models."
Other tags for this link: django, python, templatetag.
-
Django-Mingus
:
Saw his presentation at nyc-django. Interesting project that assembles external reusable apps to get almost everything done.
Other tags for this link: django, mingus, reusable_django_apps.
-
Django Forgot Password
:
So handy. Explains how to add a "Forgot your password?" option to the Django login page.
Other tags for this link: authentication, django, email, usability.
-
Add a web api to your app with django-piston
:
Other tags for this link: api, django, django_apps, django-piston, python.
-
django-staticpages
:
Enhanced flatpages app for Django.
Other tags for this link: django, django_apps, python.
-
Pretty Django Error Pages
:
How to get RequestContext in your 500 page.
Other tags for this link: django, django_tips.
-
django-notices
:
"django-notices is a replacement for the built-in message notification system in Django. It works off of the current session rather than a database store, which means it also works for Anonymous users, and does not require doing database queries each time you need to access it."
Other tags for this link: django, django_apps.
-
django-lean
:
Ohhhhhhh, nice. Tools to help with A/B testing of Django-powered sites.
Other tags for this link: a_b_testing, django.
-
Load spikes and excessive memory usage with mod_python
:
Other tags for this link: apache, django, mod_python, python.
-
Django Solr
:
"Django Solr search is a Django pluggable for rapidly integrating Solr search into a Django Application."
-
Solango Gotchas
:
Help with Solr and Solango.
-
Django Design Patterns
:
Other tags for this link: design_patterns, django.
-
DjanMon
:
"Demo showing how to use MongoDB with PyMongo from a Django project."
-
Integrating MongoDB and Django (Video)
:
Other tags for this link: django, mongodb, nosql, screencast.
-
Mango
:
MongoDB backends for Django sessions and authentication (bypasses Django's ORM model)
Other tags for this link: authentication, django, mongodb, orm, sessions.
