How to Automate New Project Creation

Hi there!

I'm looking to write a script that will automate the setup of projects for PyCharm and was wondering if there was any documentation available about either commands to run to generate the various XML files or an XML Schema I could use as reference to create one. Specifically, the actions/things I need to be able to configure are:

1. Setup vagrant and set it as the project interpreter.
2. Configure Django support for the project.
3. Configure Directory structure
4. Add various run configurations (runserver, run tests, run a python script/management command).

Thanks so much!
Kenny

2

Please sign in to leave a comment.