chrismattmann / image_solr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Solr

Dev Guide

wget http://bit.ly/miniconda
bash Miniconda-latest-Linux-x86_64.sh
bash install.sh
conda env create -n image_solr -f environment.yaml
source activate image_solr
python server.py

DATABASE INTERACTIONS

  • Models (models.py) defines db schema
  • API (db_api.py) uses models.py
  • VIEWS -- use API

About


Languages

Language:JavaScript 57.2%Language:CSS 17.0%Language:Python 13.2%Language:HTML 12.6%