Ticket #5343: core.management.__init__.py.2.diff
File core.management.__init__.py.2.diff, 410 bytes (added by , 17 years ago) |
---|
-
__init__.py
177 177 represents django-admin.py. 178 178 """ 179 179 def __init__(self, project_directory): 180 super(ProjectManagementUtility, self).__init__() 180 181 try: 181 182 self.commands = get_commands() 182 183 except CommandError, e: