app/django/bin/django-admin.py
author Todd Larsen <tlarsen@google.com>
Wed, 01 Oct 2008 00:48:46 +0000
changeset 225 2590d6b83568
parent 54 03e267d67478
permissions -rwxr-xr-x
Add functions to soc/logic/document.py for dealing with partial_paths combined with link_names. Add getWorksForOffsetAndLimit() to query for Documents for the /site/docs/list view.

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

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