app/django/bin/django-admin.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Sun, 30 Nov 2008 16:36:17 +0000
changeset 625 ec867361b5ba
parent 54 03e267d67478
permissions -rwxr-xr-x
Add missing dots in soc.logic.lists module. Change method names to comply with Style Guide. Make class variable protected by adding "_" to the name of variable. Update lists templates respectively (methods name change). Patch by: Pawel Solyga

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

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