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
Install django-fs-leonid using pip:
$ pip install django-fs-leonid
Add 'leonid' to your INSTALLED_APPS setting:
INSTALLED_APPS = ( ... 'leonid', ... )Update your urls.py:
url(r'^', include('leonid.urls')),Run syncdb or migrate:
$ ./manage.py syncdb or $ ./manage.py migrate
Credits
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-fs-leonid-0.1.0.tar.gz.
File metadata
- Download URL: django-fs-leonid-0.1.0.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5385de54fca54c4b24c2b5df6bb5d2b445cf806c9b1f02e0245cbabf3b94e2a9
|
|
| MD5 |
66394c4f8b1398a60fdf2a5e9571f345
|
|
| BLAKE2b-256 |
c80a3c9ffd42c7c7c9c6525c4b09528cab3c860cf4652d6895ed6d50ef123fd8
|