Skip to main content

Home/ Django Ressources/ Group items tagged Python

Rss Feed Group items tagged

PhilGo20

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!
PhilGo20

The Python getattr Function - 0 views

  •  
    try: func = getattr(obj, "method") except AttributeError: ... deal with missing method ... else: result = func(args)
PhilGo20

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

  •  
    from django.core.management import setup_environ import settings setup_environ(settings)
PhilGo20

Debugging Django - 0 views

  •  
    Debugging Django
PhilGo20

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

  •  
    "twill: a simple scripting language for Web browsing"
PhilGo20

NewbieMistakes - Django - Trac - 0 views

  •  
    Please feel free to share the things that tripped you up when you started with Django. We'll try to improve Django's error handling to catch such mistakes in the future.
PhilGo20

The Perfect Django Settings File « DAMON BLOGONS - 1 views

  •  
    Here's an example of a settings file I've created for a recent project. I'll explain all of the bells and whistles below.
1 - 20 of 32 Next ›
Showing 20 items per page