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
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
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
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