Re: Question (potential feature request) on dropping database column in migration

2018-10-05 Thread vishvajit pathak
Well this is what we call as the downtime. On Tuesday, 2 October 2018 06:17:10 UTC+5:30, martin_x wrote: > > Hi there, > > Thanks for making Django a great framework for starters :D > > Recently my team have run into problems when trying to remove a database > column from the model without stop

Re: django makemessages management command

2018-10-05 Thread vishvajit pathak
You could include the a python file where you can place all the strings which you manually wanted to add and then use the *makemessages *management command. I think it will serve the purpose. I think this behaviour of commenting out manually added strings by *makemessages *management command i