On Fri, 2008-07-04 at 09:28 -0700, mwebs wrote:
> Hello,
>
> I am trying to generate models at runtime. For this purpose I am using
> the method create_model() provided at
> http://code.djangoproject.com/wiki/DynamicModels
>
> create_model(name, fields, module='app.models' )
>
> When I am doin
Hello,
I am trying to generate models at runtime. For this purpose I am using
the method create_model() provided at
http://code.djangoproject.com/wiki/DynamicModels
create_model(name, fields, module='app.models' )
When I am doing like this i get a keyError '__module__'
then I tried to pass the
2 matches
Mail list logo