app/django/bin/django-admin.py
author Daniel Diniz <ajaksu@gmail.com>
Tue, 23 Jun 2009 20:54:03 +0200
changeset 2420 645f4de26f99
parent 54 03e267d67478
permissions -rwxr-xr-x
Patch that adds the JS and CSS files for surveys. The only update is in app/jquery/jquery-ui.core.js, from a non-release (added by Paweł for the date picker) to a slightly updated released version. Reviewed by: Lennard de Rijk, Mario Ferraro Patch by: Daniel Diniz, James Levy

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

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