bastien34 / django-gondola-sandbox

Build a grid of gondola to highlight things.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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`

About

Build a grid of gondola to highlight things.

License:GNU General Public License v3.0


Languages

Language:Python 79.4%Language:JavaScript 12.0%Language:HTML 8.6%