Skip to main content

JSL Django Sitemap is a Django app to which iterates over all the url patterns in your main Django project and creates a ready to use sitemap. The sitemap.xml is useful in crawlers such as Google, Bing, Yahoo. We hope you like our app! Leave a star on our github repository. Thanks!

Project description

===== JSL Django Sitemap

JSL Django Sitemap is a Django app to which iterates over all the url patterns in your main Django project and creates a ready to use sitemap. The sitemap.xml is useful in crawlers such as Google, Bing, Yahoo. We hope you like our app! Leave a star on our github repository. Thanks!

Quick start

  1. Add "jsl_django_sitemap" to your INSTALLED_APPS setting like this::

    INSTALLED_APPS = [ ... 'jsl_django_sitemap', ]

  2. Include the polls URLconf in your project urls.py like this::

    from jsl_django_sitemap.views import sitemaps

    path('sitemap.xml', sitemap, {'sitemaps': sitemaps}, name='django.contrib.sitemaps.views.sitemap'),

  3. Start the development server and visit http://127.0.0.1:8000/sitemap.xml/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jsl_django_sitemap-1.0.2.tar.gz (2.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page