Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

geoip_update management command failed in django 1.11.8 #72

Open
kaushal235 opened this issue Dec 26, 2017 · 0 comments
Open

geoip_update management command failed in django 1.11.8 #72

kaushal235 opened this issue Dec 26, 2017 · 0 comments

Comments

@kaushal235
Copy link

kaushal235 commented Dec 26, 2017

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant