xaralis / django-static-sitemaps

Tool for generating sitemaps as static files to serve them from webserver instead of your Django application.
154 stars 73 forks source link

NoArgsCommand deprecated in Django 1.10 #44

Closed travismo123 closed 8 years ago

travismo123 commented 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

xaralis commented 8 years ago

@travismo123 I'll be happy to merge a PR if you're willing to help out.

auzhva commented 8 years ago

Added pull request #45 that fixes this. Could you please merge?

xaralis commented 8 years ago

This is fixed by merging #45 in. Thanks for contributing!