Re: django's management functionsdon't seem to work with py2exe.

2012-12-11 Thread rwman
I encountered this today... the only way i found to overcome this is to provide load_initial_data = False kwarg to the command On Friday, June 24, 2011 2:17:11 PM UTC+4, Gelonida wrote: > > Hi, > > > I'm using django 1.3 > > I tried to create a tiny django app with management functions and to >

django's management functionsdon't seem to work with py2exe.

2011-06-24 Thread Gelonida
Hi, I'm using django 1.3 I tried to create a tiny django app with management functions and to create an executable from it. When trying to call syncdb with following code. import django.core.management as management management.call_command('syncdb') However the way, that django tries to lo