This is the sandbox project to test and develop the django-gondola.
Gondola is a very simple Django app to present in an elegant grid categories, sections, product ranges... or whatever on a html page, ideally a homepage.
Fully responsive, animation are pure HTML - CSS3.
`virtualenv -p /usr/bin/python3 gondola`
`pip install -r requirements/development.txt`
`./manage.py migrate`
`./manage.py runserver`