[Answer]-404 after attempting to implement Django(1.5.4) Sitemaps

1👍

If you are using the Django development server, it should reload when you make any code changes.

However in production (e.g. Apache or Nginx) you have to reload the server after making any changes to .py files.

Leave a comment