/django-catalogs

Django based simple catalog structure for site

Primary LanguagePython

About

django-catalogs - simple catalog structure for your site. You can add any object to catalog structure.

Dependencies

pip-requirements.txt

Installation

Installation from github:

pip install -e git+https://github.com/RANUX/django-catalogs#egg=django-catalogs

Examples

test_project shows how to bind your application to catalog:

cd django-catalogs/test_project
python manage.py syncdb
python manage.py loaddata ../catalogs/fixtures/catalogs_catalogs.json ../catalogs/fixtures/catalogs_flatpages.json
python manage.py runserver
Login and then:

Future plans

  • Load catalogs by LANGUAGE_CODE