More missing django parts.

This commit is contained in:
Joshua Harlow 2012-02-03 17:34:30 -08:00
parent 8bd0f87779
commit ed49849369
2 changed files with 5 additions and 2 deletions

View File

@ -20,8 +20,8 @@ In order to determine what *stack* can do for you run the following.
This will typically produce: This will typically produce:
Usage: stack [options] Usage: stack [options]
Options: Options:
--version show program's version number and exit --version show program's version number and exit
-h, --help show this help message and exit -h, --help show this help message and exit

View File

@ -35,6 +35,9 @@
"django-mailer" : { "django-mailer" : {
"version": "0.1.0" "version": "0.1.0"
}, },
"django-staticfiles" : {
"version": "1.1.2"
},
"sqlalchemy-migrate": { "sqlalchemy-migrate": {
"version": "0.7.2" "version": "0.7.2"
}, },