app/django/bin/django-admin.py
author Sverre Rabbelier <srabbelier@gmail.com>
Mon, 20 Oct 2008 23:24:21 +0000
changeset 399 b82852e6963e
parent 54 03e267d67478
permissions -rwxr-xr-x
Various improvements to the generic View code Among others: * Added the 'page' argument to the simple.errorResponse call * Pass the result of getEmptyKeyFields to edit() in create() * Fix typo's in error responses * Fixed a todo to properly redirect on create * Made editPost return something when the form is not valid * Added an _editGet hook Patch by: Sverre Rabbelier Reviewed by: to-be-reviewed

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

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