app/django/bin/django-admin.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Mon, 04 May 2009 19:23:44 +0200
changeset 2295 8566fb2b8012
parent 54 03e267d67478
permissions -rwxr-xr-x
Replace BeautyTips tooltips with purr info box for all form fields with help text. Patch by: Mario Ferraro Reviewed by: Pawel Solyga

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

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