####Catalogue site for publisher
- Django 1.9
- Python 3
- Postgres
- Redis Cache
- Amazon S3 / Boto
- Sorl-Thumbnail
####Demo version on Heroku
To run locally:
- Clone the repo
- Install Postgres & Redis
- Set up your env.
- Install Postgres & Redis
- Add your AWS Keys
- Install dependencies:
pip install -r requirements.txt
- Migrate db:
python manage.py migrate
- Run redis-server
- Fire up Django's server:
python manage.py runserver