Skip to main content

Home/ Groups/ Django
pagetribe .

Working with models, part 2 - 0 views

  • Every Django model class and every instance of every Django model class has an attribute on it named _meta
  •  
    Nice info on the usage of _meta on django models.
pagetribe .

Standalone Django scripts - 0 views

  • Set DJANGO_SETTINGS_MODULE before you run
  • export DJANGO_SETTINGS_MODULE=yoursite.settings
  • # Cron jobs for foo.com run at 3AM DJANGO_SETTINGS_MODULE=foo.settings 0 3 * * * python /path/to/maintenance/script.py 30 3 * * * python /path/to/other/script.py # Cron jobs for bar.com run at 4AM DJANGO_SETTINGS_MODULE=bar.settings 0 4 * * * python /path/to/maintenance/script.py 30 4 * * * python /path/to/other/script.py
Leandro Ardissone

django-notify - Google Code - 0 views

  •  
    Django session/cookie based user notifications
Vitaly Babiy

Django Tips: UTF-8, ASCII Encoding Errors, Urllib2, and MySQL | Django Aware - 0 views

  •  
    Having completed many Django projects over the past two years, I've started to take some seemingly trivial things for granted. Cross referencing a project for
Leandro Ardissone

django-remotelog - Google Code - 0 views

  •  
    Pluggable Django app for logging messages from the Python logging module's HTTPHandler
« First ‹ Previous 41 - 60 Next › Last »
Showing 20 items per page