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?
Please sign in to leave a comment.
It's not possible, unfortunately, but you can start two separate projects and then copy the HTML boilerplate to your Django project.
Got it - thanks Andrey.