heroku / heroku-django-template

A Django 2.0 base template featuring all recommended best practices for deployment on Heroku and local development.
https://www.heroku.com/python
903 stars 0 forks source link

Added small note regarding windows #60

Closed TrakJohnson closed 7 years ago

TrakJohnson commented 7 years ago

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.

ewwink commented 6 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