rename app to todoapp

This commit is contained in:
Kenneth Reitz
2012-10-09 18:44:01 -04:00
parent 1f54b8996e
commit 3f63c1b891
16 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
web: python app/manage.py runserver 0.0.0.0:$PORT --noreload
web: python todoapp/manage.py runserver 0.0.0.0:$PORT --noreload
View File
View File