Closed TrakJohnson closed 7 years ago
on windows, it also need project name
django-admin startproject --template=https://github.com/heroku/heroku-django-template/archive/master.zip
django-admin startproject: error: too few arguments
it should be
django-admin startproject --template=https://github.com/heroku/heroku-django-template/archive/master.zip myproject
The command specified in the README did not work for me on windows (shows a dialog to choose how to run .py files), removing the .py suffix did the trick.