app/django/bin/django-admin.py
author Lennard de Rijk <ljvderijk@gmail.com>
Tue, 30 Jun 2009 18:02:10 +0200
changeset 2467 f46cff8d676b
parent 54 03e267d67478
permissions -rwxr-xr-x
Solved some merging problems and use the getRecordLogic where needed.

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

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