Skip to content

leotop/django-catalogs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Django based simple catalog structure for site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.5%
  • HTML 7.5%