kumar303 / hawkrest

Hawk HTTP Authorization for Django Rest Framework
BSD 3-Clause "New" or "Revised" License
19 stars 8 forks source link

AttributeError: type object 'BaseCommand' has no attribute 'option_list' #33

Closed wrongerror closed 6 years ago

wrongerror commented 7 years ago

option_list This is the list of optparse options which will be fed into the command's OptionParser for parsing arguments. Deprecated and will be removed in Django 1.10. Use add_arguments instead.