Skip to content

Commit

Permalink
Merge pull request #624 from mbi/patch-1
Browse files Browse the repository at this point in the history
Removes unused option from create_template_tags management command
  • Loading branch information
trbs committed Feb 18, 2015
2 parents 25a8fd7 + 68a1d56 commit 4593ab6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions django_extensions/management/commands/create_template_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ class Command(AppCommand):
option_list = AppCommand.option_list + (
make_option('--name', '-n', action='store', dest='tag_library_name', default='appname_tags',
help='The name to use for the template tag base name. Defaults to `appname`_tags.'),
make_option('--base', '-b', action='store', dest='base_command', default='Base',
help='The base class used for implementation of this command. Should be one of Base, App, Label, or NoArgs'),
)

help = ("Creates a Django template tags directory structure for the given app name"
Expand Down

0 comments on commit 4593ab6

Please sign in to comment.