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
>
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
2 matches
Mail list logo