Skip to main content

Home/ Django Ressources/ Group items matching "http" in title, tags, annotations or url

Group items matching
in title, tags, annotations or url

Sort By: Relevance | Date Filter: All | Bookmarks | Topics Simple Middle
1More

twill: a simple scripting language for Web browsing - 0 views

  •  
    "twill: a simple scripting language for Web browsing"
1More

Multi-language support in a Django project « Development Doodles - 0 views

  •  
    The Django documentation on internationalization describes how to add multi-language support to your application. As it took me a few tries to get it right, here's a rundown of what I did to add it to an existing project.
1More

Django and Crontab: Best Friends · SuperJared.com - 0 views

  •  
    from django.core.management import setup_environ import settings setup_environ(settings)
1More

Testing Django apps - 0 views

  •  
    Nice entry on testing, its not always the most straightforward process in Django (I've wasted at least a couple afternoons trying to juryrig something to create new model for the duration of tests...), and is really helpful.
1More

Overview - Sphinx v0.6.4 documentation - 0 views

  •  
    Sphinx is a tool that makes it easy to create intelligent and beautiful documentation, written by Georg Brandl and licensed under the BSD license. It was originally created to translate the new Python documentation, and it has excellent support for the documentation of Python projects, but other documents can be written with it too. Of course, this site is also created from reStructuredText sources using Sphinx!
1More

Debugging Django - 0 views

  •  
    Debugging Django
1More

Some Notes and Requests on Django Signals « ThingsILearned - 0 views

  •  
    I've finally gotten around to playing with the Django Signals.  I've been pleased so far but I feel its currently missing a few key features.
1More

Django snippets: Smart {% if %} template tag - 0 views

  •  
    Save this as smart_if.py in the templatetags folder of one of your apps. Then a simple {% load smart_if %} replaces the boring built-in Django {% if %} template with the new smart one.
1 - 20 of 50 Next › Last »
Showing 20 items per page