Re: Change settings value during run-time in migrations

2018-09-27 Thread Ajay Tripathi
Hi Jason, You can't do it this way, unfortunately. I would suggest you use > https://github.com/jazzband/django-constance instead > Thanks, It helped me. Cordially, Ajay Tripathi (atb00ker) -- You received this message because you are subscribed to the Google Groups "Dja

Change settings value during run-time in migrations

2018-09-25 Thread Ajay Tripathi
a new value in it? If not, what possible options do i have to achieve that value in the defaults? **Note:** I am trying to avoid this solution[3] because my database might give millions of records and iterating over them isn't ideal. For external reasons i am also trying to avoid django-livese