-
Notifications
You must be signed in to change notification settings - Fork 3
mitmedialab/grassroots-mobile
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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 0
No packages published