Django startproject Options
Hi all.
I have been doing some reading recently, and have discovered the ability to pass django-admin startproject a project template to define the file structure of a project. If I am running a manage.py task in an existing project then passing extra options is easy. I am wondering if there is a way to provide such a template parameter when I "Start a New Project" in PyCharm? I cannot see an option anywhere that was obvious in the settings, so thought I would come here and ask.
Thanks for any help you can give.
Dylan
I have been doing some reading recently, and have discovered the ability to pass django-admin startproject a project template to define the file structure of a project. If I am running a manage.py task in an existing project then passing extra options is easy. I am wondering if there is a way to provide such a template parameter when I "Start a New Project" in PyCharm? I cannot see an option anywhere that was obvious in the settings, so thought I would come here and ask.
Thanks for any help you can give.
Dylan
2 comments
Sort by
Date
Votes
Right now there is no UI for this in PyCharm. You're welcome to vote for http://youtrack.jetbrains.com/issue/PY-5752
Thanks Dmitry. Here's hoping it happens in the near future :)
Please sign in to leave a comment.