This commit is contained in:
Kenneth Reitz
2011-05-11 19:58:51 -04:00
parent 1c4fc16eaf
commit 98fbbac432
2 changed files with 4 additions and 5 deletions
+2 -5
View File
@@ -1,9 +1,6 @@
[wsgi]
entrypoint = hookrouter:app
entrypoint = reel:app
requirements = reqs.txt
[checkout]
directory_name = hookrouter
[cron]
./manage.py sync = */5 * * * *
directory_name = reel
+2
View File
@@ -0,0 +1,2 @@
flask
requests