Revision 1d956eea

b/snf-webproject/synnefo/webproject/manage.py
199 199
            # Override the startapp command so that it always uses the
200 200
            # project_directory, not the current working directory
201 201
            # (which is default).
202
            from django.core.management.commands.startapp import ProjectCommand
203
            _commands['startapp'] = ProjectCommand(project_directory)
202
            #from django.core.management.commands.startapp import ProjectCommand
203
            #_commands['startapp'] = ProjectCommand(project_directory)
204 204

  
205 205
    return _commands
206 206

  

Also available in: Unified diff