You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
sanj 85941e89b1 silly syntax error 14 years ago
..
books added files/ 14 years ago
catalogues added files 14 years ago
files license + handle re-adding drive (somewhat) 14 years ago
harddrives silly syntax error 14 years ago
hardware added files 14 years ago
media added files 14 years ago
templates added files 14 years ago
README.txt added files 14 years ago
__init__.py added files 14 years ago
dropandcreatedb.py added files 14 years ago
manage.py added files 14 years ago
settings.py include local_settings in settings 14 years ago
urls.py added files 14 years ago

README.txt

Settings assumes mysql db name of 'idx' - change if your db is something else

Requires django-tagging from svn:
svn checkout http://django-tagging.googlecode.com/svn/trunk/ tagging-trunk

Requires python-dateutil
Requires elementtree: sudo easy_install elementtree
Requires simplejson: sudo easy_install simplejson

Setup DB:
mysql -u root
mysql> create database idx;
mysql> quit;

Create tables:
python manage.py syncdb (or python dropandcreatedb.py)

Run Server:
python manage.py runserver

Open Browser:
http://localhost:8000