Skip to content

tchx84/bg-contest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sugar Background Image Contest

This is the web application for the contest.

Development

  1. If you don't have virtualenv:

    sudo easy_install virtualenv

Or

sudo pip install virtualenv

Or

sudo apt-get install python-virtualenv
  1. Create environment:

    virtualenv venv . venv/bin/activate pip install -r requirements.txt mkdir media chmod a+rwx media

  2. Start:

    python init.py

  3. Serve media:

    cd media python -m SimpleHTTPServer

About

background contest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.0%
  • CSS 3.4%
  • Shell 1.6%