You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/var/www/venv/local/lib/python2.7/site-packages/django_geoip/management/commands/geoip_update.py", line 12, in Command option_list = BaseCommand.option_list + ( AttributeError: type object 'BaseCommand' has no attribute 'option_list'
The text was updated successfully, but these errors were encountered:
error: type object 'BaseCommand' has no attribute 'option_list'
it looks like option_list is deprecated in django
https://docs.djangoproject.com/en/1.8/howto/custom-management-commands/#django.core.management.BaseCommand.option_list
File "/var/www/venv/local/lib/python2.7/site-packages/django_geoip/management/commands/geoip_update.py", line 12, in Command option_list = BaseCommand.option_list + ( AttributeError: type object 'BaseCommand' has no attribute 'option_list'
The text was updated successfully, but these errors were encountered: