[BangPypers] How to manage Database for Django on live server?

2015-01-30 Thread Mukesh Yadav
Hi, I recently moved my office one of the app to Django. Now its time for this to go live. While development we faced many problems in terms of conflicts in migrations file of Django. Due to this I'm not confident that django should take control of database (migrate and makemigrations command) on

Re: [BangPypers] How to manage Database for Django on live server?

2015-01-30 Thread Gora Mohanty
On 30 January 2015 at 17:09, Mukesh Yadav wrote: > > Hi, > I recently moved my office one of the app to Django. Now its time for > this to go live. While development we faced many problems in terms of > conflicts in migrations file of Django. Due to this I'm not confident that > django should ta

Re: [BangPypers] How to manage Database for Django on live server?

2015-01-30 Thread kracekumar ramaraju
On Fri, Jan 30, 2015 at 5:09 PM, Mukesh Yadav wrote: > Hi, > I recently moved my office one of the app to Django. Now its time for > this to go live. While development we faced many problems in terms of > conflicts in migrations file of Django. Due to this I'm not confident that > django should

Re: [BangPypers] 3rd party module, pure python or C dependent

2015-01-30 Thread Noufal Ibrahim KV
On Fri, Jan 30 2015, Nitin Kumar wrote: > Is there a way (command/tool) to find if a third party which i want to use > is a pure python or it got c code which need to be compiled while > installing. > > ex: numpy requires C code compilation. Can we know it before hand. I think looking into the s