/django-gondola-sandbox

Build a grid of gondola to highlight things.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Gondola Sandbox

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.

Quick start

`virtualenv -p /usr/bin/python3 gondola`

`pip install -r requirements/development.txt`

`./manage.py migrate`

`./manage.py runserver`