Skip to main content

The Django-related reusable app provides the ability to create and store in a database files such as robots.txt, sitemap.xml and so on.

Project description

Introduction

django-fs-leonid is the Django-related reusable app provides the ability to create and store in a database files such as robots.txt, sitemap.xml and so on.

Installation

  1. Install django-fs-leonid using pip:

    $ pip install django-fs-leonid
  2. Add 'fs_leonid' to your INSTALLED_APPS setting:

    INSTALLED_APPS = (
        ...
        'fs_leonid',
        ...
    )
  3. Update your urls.py:

    path('', include('fs_leonid.urls')),
  4. Run migrate:

    $ ./manage.py migrate

Credits

Fogstream

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-fs-leonid-1.0.0.tar.gz (4.7 kB view hashes)

Uploaded Source

Built Distribution

django_fs_leonid-1.0.0-py3-none-any.whl (8.1 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