Commit 75f018dc by TrakJohnson Committed by GitHub

Added small note regarding windows

parent b0371188
...@@ -22,6 +22,8 @@ Using this template to create a new Django app is easy:: ...@@ -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 $ 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. You can replace ``helloworld`` with your desired project name.
## Deployment to Heroku ## 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