Ensure project_name in Dockerfile is rewritten. Fixes #4242

pull/4244/head
Matt Westcott 2018-02-05 15:53:47 +00:00
rodzic d7e283120c
commit 87955974bf
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -76,6 +76,7 @@ class CreateProject(Command):
'startproject',
'--template=' + template_path,
'--ext=html,rst',
'--name=Dockerfile',
project_name]
if dest_dir: