Skip to content

Bjwebb/CUCaTS-Puzzlehunt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proper documentation will be written at some point. For now, the follwing bash commands may help you get up and running.

cd hunt/static 
curl "http://cucats.soc.srcf.net/style.css" | sed s.fonts/./static/fonts/. > style.css
cd ..

cp config.py.example config.py # And edit values as appropriate

python manage.py syncdb
python manage.py migrate track
python manage.py migrate
python manage.py collectstatic
python manage.py runserver




On debian, the dependencies are:
sudo aptitude install python-django python-psycopg2 python-m2crypto python-django-south python-imaging

For raven support, create a raven.ini based on the raven.ini.example.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages