diff options
Diffstat (limited to 'tests/regressiontests/admin_scripts/management/commands/custom_startproject.py')
| -rw-r--r-- | tests/regressiontests/admin_scripts/management/commands/custom_startproject.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/regressiontests/admin_scripts/management/commands/custom_startproject.py b/tests/regressiontests/admin_scripts/management/commands/custom_startproject.py deleted file mode 100644 index 80c6d6b805..0000000000 --- a/tests/regressiontests/admin_scripts/management/commands/custom_startproject.py +++ /dev/null @@ -1,11 +0,0 @@ -from optparse import make_option - -from django.core.management.commands.startproject import Command as BaseCommand - - -class Command(BaseCommand): - option_list = BaseCommand.option_list + ( - make_option('--extra', - action='store', dest='extra', - help='An arbitrary extra value passed to the context'), - ) |
