Skip to content

capellayee/roo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

First, create a virtualenv: virtualenv venv --distribute; source venv/bin/activate

Next, install sqlalchemy

Notes: each time you add a new table or whatever, you have to reinitialize the database. Which is BAD! This means that we can't change our database or add new models because then all of the old data will get erased. This is a major problem that needs to be addressed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published