Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/misaelnieto/lfs_ipsum
Populate your lfs installation with content.
https://github.com/misaelnieto/lfs_ipsum
Last synced: 1 day ago
JSON representation
Populate your lfs installation with content.
- Host: GitHub
- URL: https://github.com/misaelnieto/lfs_ipsum
- Owner: misaelnieto
- License: mit
- Created: 2015-03-05T18:59:55.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-24T01:16:57.000Z (almost 9 years ago)
- Last Synced: 2024-11-09T10:29:21.189Z (2 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Populate your lfs installation generated content.
As of now it only generates categories.
Installation
------------Add ``lfs_ipsum`` to your buldout's egg list:
[buildout]
eggs =
django-lfs
lfs_ipsum
...
[django]
recipe =
djangorecipeeggs =
${buildout:eggs}Run buildout.
bin/buildout
Add ``lfs_ipsum`` to your list of installed apps.
INSTALLED_APPS = (
...
'lfs_ipsum',
)Usage
-----bin/django generate_categories