Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FunkTown

Volunteer database system.

Setting up the first time

$ virtualenv env
$ source bin/env/activiate
$ pip install -r requirements.txt
$ touch app.db
$ python migrate.py

Activating the virtualenv (line 2) must be done in every terminal that you intend to use for development.

Running database migrations (line 5) might be necessary after pulling in new code.

Running development server

$ python funktown.py

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

4 watching

Forks

Releases

Packages

Contributors

Languages