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 "Django users" group. T

Re: Change settings value during run-time in migrations

2018-09-25 Thread Jason
You can't do it this way, unfortunately. I would suggest you use https://github.com/jazzband/django-constance instead -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an ema

Change settings value during run-time in migrations

2018-09-25 Thread Ajay Tripathi
ttings[2] Thank You Ajay Tripathi P.S: Find formatted version of the question on stack overflow here[1]. --- [1]: https://stackoverflow.com/questions/52459208/django-change-settings-value-during-run-time-in-migrations [2]: https://django-livesettings.readthedocs.io/en/latest/about.html [3]: