Custom project template

Is it possible to create custom templates in PyCharm Pro?
So when I click on "File -> New Project" I could start the project based NOT on the built-in templates but on my own custom template?

0
2 comments

Hi,

There's no such thing as "Project template" in PyCharm (I think). If you're referring to "Project type", (e.g. Pure python, Django, Flask, e.t.c.), then no, they are predefined. If you want certain files with certain content created automatically when you start a new project, you can just create a "template" project, and then clone it whenever you need a new project based of that 'template'. Can be done easily using VCS.

0

Just to note, this feature is available in IntelliJ IDEA: https://www.jetbrains.com/help/idea/saving-project-as-template.html

But not in PyCharm, unfortunately.

Related request: https://youtrack.jetbrains.com/issue/PY-31202

0

Please sign in to leave a comment.