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

Fixed 1.10 Compatiability #45

Closed auzhva closed 8 years ago

auzhva commented 8 years ago

Replaced NoArgsCommand with BaseCommand to make it compatible with Django 1.10.

Now it seems to work on 1.10!

NoArgsCommand was deprecated in 1.8 and completely removed in 1.10.

It is same behavior as BaseCommand without arguments, so no regression expected.