Commit 10200323 by Kenneth Reitz Committed by GitHub

Merge pull request #60 from TrakJohnson/patch-1

Added small note regarding windows
parents b0371188 75f018dc
......@@ -22,6 +22,8 @@ Using this template to create a new Django app is easy::
$ django-admin.py startproject --template=https://github.com/heroku/heroku-django-template/archive/master.zip --name=Procfile helloworld
(If this doesn't work on windows, replace `django-admin.py` by `django-admin`)
You can replace ``helloworld`` with your desired project name.
## Deployment to Heroku
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment