#unity-live.com | dash | docs | repo | reqs | lic
This repo contains development code for http://unity-live.com, Jah Jah G., a Houston-based artist, musician, traveler.
##Install
$ pyenv install 2.7.6
$ pyenv local 2.7.6
$ pyenv virtualenv unity_live_com
$ pip install -r .requirements
$ python manage.py syncdb --all
$ python manage.py collectstatic
$ python manage.py runserver
###Precautions
This stack’s .requirements do not work in Python3-land. Minimal testing done with pyenv across a few Pythons (2.7.7 and 3.4.0).
##Project
##TODO
- Run analytics on CSS to reduce payload, redundancy (poorly used
@mixins
),
and unused selectors. - http://unity-live.com/static/imagestore/c9c63061-48a4-4a28-9f19-9fcac24599e1.jpg
Fixurls.py
and workflow for generating static resources.