Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 =
djangorecipe

eggs =
${buildout:eggs}

Run buildout.

bin/buildout

Add ``lfs_ipsum`` to your list of installed apps.

INSTALLED_APPS = (
...
'lfs_ipsum',
)

Usage
-----

bin/django generate_categories