app/django/bin/django-admin.py
author Lennard de Rijk <ljvderijk@gmail.com>
Thu, 20 Nov 2008 21:01:18 +0000
changeset 516 ec1dcd70b97e
parent 54 03e267d67478
permissions -rwxr-xr-x
The list method in models/base.py can now use a filter to make a selection of entities to show. Patch by: Lennard de Rijk

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

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