Commit 9e9c1b42 by Kenneth Reitz Committed by GitHub

Update README.md

parent 10200323
...@@ -22,7 +22,7 @@ Using this template to create a new Django app is easy:: ...@@ -22,7 +22,7 @@ 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`) (If this doesn't work on windows, replace `django-admin.py` with `django-admin`)
You can replace ``helloworld`` with your desired project name. You can replace ``helloworld`` with your desired project name.
......
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