I just started using Django, and one thing that I find that I do is launching many new projects. I find this process rather tedious every time, even using manage.py startproject *. I am constantly changing settings in settings.py, like media_root and templates. Just a bit, I came from PHP and CodeIgniter. I have never used the CI directory. I changed it to meet my needs for a new project. When I need a new project, I would just copy this directory. manage.pyIt seems to generate files on the fly, so this approach is not possible. Does anyone else have any advice on this?
source
share