Skip to content

osunws/cyder

 
 

Repository files navigation

playdoh

>>> django.VERSION
(1, 3, 1, 'final', 0)

CREATE USER 'cyder'@'localhost' IDENTIFIED BY '****';
GRANT ALL PRIVILEGES ON *.* TO 'cyder'@'localhost';
create database cyder;

pip install -e git+https://github.com/toastdriven/django-haystack.git@master#egg=django-haystack

pip install ipaddr

pip install Whoosh

pip install simplejson
``