Skip to content

mitmedialab/grassroots-mobile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# SQL Alchemy Howto From
# http://sqlalchemy-migrate.readthedocs.org/en/latest/versioning.html

# SQL Alchemy Declarative Mapper info from
# http://docs.sqlalchemy.org/en/rel_0_7/orm/extensions/declarative.html

#test migrations
python db/test/manage.py test 

#to apply migrations
python db/test/manage.py upgrade

#to rollback migrations
python db/test/manage.py downgrade 0

#to run tests
source path.sh
python tes/run_tests.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published