kracethekingmaker writes:
> hi
>>> Hi
>>>
>>> I am using git. I do dev in my localhost and prod env is my web
>>> server, I don't have test env. My issue is my model has db params, so
>>> param are different in both env, so every time I pull and change db
>>> param, I dont think so this is enco
Thanks all, :)
I keep a file devsettings.py alongside settings.py and add environment
specific config in it.
Then inside settings.py, devsettings is imported and all those
settings are taken from there
devsettings.py is ignored by git but so that you don't lose any
settings and to make sharing
I keep a file devsettings.py alongside settings.py and add environment
specific config in it.
Then inside settings.py, devsettings is imported and all those
settings are taken from there
devsettings.py is ignored by git but so that you don't lose any
settings and to make sharing of this file with
hi
Hi
I am using git. I do dev in my localhost and prod env is my web
server, I don't have test env. My issue is my model has db params, so
param are different in both env, so every time I pull and change db
param, I dont think so this is encouraged, though this has nothing to
do with python,
kracethekingmaker writes:
> Hi
>
> I am using git. I do dev in my localhost and prod env is my web
> server, I don't have test env. My issue is my model has db params, so
> param are different in both env, so every time I pull and change db
> param, I dont think so this is encouraged, though thi
Hi
I am using git. I do dev in my localhost and prod env is my web
server, I don't have test env. My issue is my model has db params, so
param are different in both env, so every time I pull and change db
param, I dont think so this is encouraged, though this has nothing to do
with python, b