-
Django snippets: render_to
Decorator, written for views simplification. Will render dict, returned by view, as context for template, using RequestContext.
Visit -
UPDATE: Google Chrome: Good or evil? — GOOD!
Even though Google’s slogan is “don’t be evil” sp is not entirely sure whether this also applies to their newest development: the Google Chrome browser.
Visit -
Automatical superuser creation with Django
Handy tip to auto set a superuser afer ``syncdb``.
Visit

