Reputation: 27825
I created a small Python project at github who-and-what-is-xyz.
I would like to make it super easy for other developers who use PyCharm to start developing.
I would like to store some "Run/Debug Configuration" in the git repo.
For example: Starting the runserver. Like explained here: How to run Debug server for Django project in PyCharm Community Edition?
After cloning the repo from github the config to run "runserver" should be available.
How can I store this in git?
Upvotes: 0
Views: 375