Skip to main content

A django app to create/edit/publish story maps using https://storymap.knightlab.com/

Project description

Test flake8 Lint codecov pypi PyPI version

Django Story Map

A django app to create/edit/publish story maps using https://storymap.knightlab.com/

install

  • pip install django-story-map
  • add story_map to INSTALLED_APPS in your settings-file( see e.g. the example project ./djangobaseproject/settings.py)
  • add the story_maps urls to your project's urls (see e.g. the example project ./djangobaseproject/urls.py)

features

  • create story maps via django-admin interface
  • donwload/copy story-maps created via knightlab's interface
    • python manage.py story_map_from_url --url https://uploads.knightlab.com/storymapjs/dc9e2f8d24c3bafe928fc52fb4d03df3/whatever/published.json --story "My awesome story map"
  • show storymaps
    • {whatever}/stories/{story-pk}/
  • provide storymaps data via JSON-API-Endpoint
    • {whatever}/stories/data/{story-pk}/

This project was bootstraped by djangobase-cookiecutter

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

django-story-map-0.6.2.tar.gz (8.8 kB view hashes)

Uploaded Source

Built Distribution

django_story_map-0.6.2-py3-none-any.whl (11.5 kB view hashes)

Uploaded Python 3

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