Closed travismo123 closed 8 years ago
https://docs.djangoproject.com/es/1.10/internals/deprecation/
I think all that needs to be done is to switch NoArgsCommand to BaseCommand and define handle()
This is in refresh_sitemap.py
@travismo123 I'll be happy to merge a PR if you're willing to help out.
Added pull request #45 that fixes this. Could you please merge?
This is fixed by merging #45 in. Thanks for contributing!
https://docs.djangoproject.com/es/1.10/internals/deprecation/
I think all that needs to be done is to switch NoArgsCommand to BaseCommand and define handle()
This is in refresh_sitemap.py