Everybody have to change the settings.py
file every time you start a new django project.
I think this routine applies for everyone run the manage.py startproject myproject
command, when you have to type the same admin name, timezone, templates_dir ... every freaking time.
So I thought if there is way to make this routine modifications came preset for you from the beginning?
I know there is a template file that startproject
command use to prepare the settings file, I just can't find it anywhere.
can anybody here give me the path of that file?
knowingly I'm using ubuntu and django 1.3.