app/django/bin/django-admin.py
author Lennard de Rijk <ljvderijk@gmail.com>
Sat, 18 Apr 2009 15:04:24 +0000
changeset 2217 2c6ec0357149
parent 54 03e267d67478
permissions -rwxr-xr-x
Added FatalJobError to the cron/job module. This Error will lead to abortion of the raising job. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed

#!/usr/bin/env python
from django.core import management

if __name__ == "__main__":
    management.execute_from_command_line()