Utilizing multiple new project templates simultaneously?

When starting a new project in Pycharm, a number of initial template options are provided (e.g. pure Python, Django, React, Angular, HTML boilerplate etc). Ideally, I would like to combine TWO of these templates (e.g. pure python and HTML boilerplate) at project initialization is this possible?

0
2 comments

It's not possible, unfortunately, but you can start two separate projects and then copy the HTML boilerplate to your Django project.

0

Got it - thanks Andrey.

0

Please sign in to leave a comment.