Skip to main content

A Django CMS plugin for building HTML sitemaps showing organized lists of CMS pages.

Project description

Latest Version License Build status Coveralls status

A Django CMS plugin for building HTML sitemaps showing organized lists of CMS pages.

Requirements

Python 2.7+ or 3.3+, Django 1.7+, Django-CMS 3.1+.

Installation

Just run:

pip install djangocms-htmlsitemap

Once installed you just need to add djangocms_htmlsitemap to INSTALLED_APPS in your project’s settings module:

INSTALLED_APPS = (
    # other apps
    'djangocms_htmlsitemap',
)

Then install the models:

python manage.py syncdb

If you are using Django 1.6, you should use South 1.0 in order to benefit from the migrations. This way you can use the migration command provided by South:

python manage.py migrate djangocms_htmlsitemap

Congrats! You’re in.

Authors

Kapt <dev@kapt.mobi> and contributors

License

BSD. See LICENSE for more details.

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

djangocms-htmlsitemap-0.3.2.tar.gz (8.3 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