Dynamic Models

2008-01-11 Thread WoonZai
Hi, I was trying to follow the example on Dynamic Models over here but it didn't work for me. [http://code.djangoproject.com/wiki/ DynamicModels] I copied the code for def create_model in the file models.py, and when I try to create a model in the shell, I have the following errors. >>> model =

Re: Help with form-builder application

2008-01-02 Thread WoonZai
Hi Jeff and Doug Thank you for your prompt and helpful responses! I have to delay my reply because I'm still figuring out certain core concepts of Python that I need to read on before I can reply. :) Jeff: > Storing their results would be a bit ugly, unless you wanted to create new > tables fo

Re: Help with form-builder application

2008-01-02 Thread WoonZai
Hi Jeff and Doug Thank you for your prompt and helpful responses! I have to delay my reply because I'm still figuring out certain core concepts of Python that I need to read on before I can reply. :) Jeff: > Storing their results would be a bit ugly, unless you wanted to create new > tables fo

Re: stuck with tutorial 3 at - Write views that actually do something

2007-12-28 Thread WoonZai
Hi, I face the same problem as haver too when I followed the tutorial at (http://www.djangoproject.com/documentation/0.96/tutorial03/). I don't think we were supposed to change the URL config. Apparently the loader.get_template should have loaded index.html from the template directory, but it re