app/django/bin/django-admin.py
author Lennard de Rijk <ljvderijk@gmail.com>
Sun, 25 Jan 2009 23:35:39 +0000
changeset 997 d4ba019f1f8b
parent 54 03e267d67478
permissions -rwxr-xr-x
Added flushing the sidebar when dealing with notifications. On request from Pawel Solyga. 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()