https://github.com/fogstream/django-fs-leonid
https://github.com/fogstream/django-fs-leonid
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fogstream/django-fs-leonid
- Owner: fogstream
- License: mit
- Created: 2020-12-08T02:51:06.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-08T02:57:12.000Z (over 5 years ago)
- Last Synced: 2025-12-05T16:11:57.768Z (6 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
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 `_