Re: Model.py not creating MYSQL tables.

2007-09-10 Thread John
The template, view, and form are in dpaste 18690 [Template] 19181 [View] 19183 [Form] I'm using the django contact form On Sep 4, 6:25 pm, "Jeremy Dunck" <[EMAIL PROTECTED]> wrote: > On 9/4/07, John <[EMAIL PROTECTED]> wrote: > > > > > Thanks. That works. > > > Now I'm only getting partial for

Re: Model.py not creating MYSQL tables.

2007-09-04 Thread Jeremy Dunck
On 9/4/07, John <[EMAIL PROTECTED]> wrote: > > Thanks. That works. > > Now I'm only getting partial form (NAME AND PHONE INBOX BOX IS > DISPLAYED) with a bunch of html code. The html code > isn't being rendered properly.The submit button isn't being displayed You'll have to show your form, view,

Re: Model.py not creating MYSQL tables.

2007-09-04 Thread John
Thanks. That works. Now I'm only getting partial form (NAME AND PHONE INBOX BOX IS DISPLAYED) with a bunch of html code. The html code isn't being rendered properly.The submit button isn't being displayed Any ideas? Contacts Name: Phone: (NAME AND PHONE BOX IS HERE)

Re: Model.py not creating MYSQL tables.

2007-09-04 Thread John
Thanks. That works. Now I'm only getting partial form (NAME AND PHONE INBOX BOX IS DISPLAYED) with a bunch of html code. The html code isn't being rendered properly. Any ideas Contacts Name: Phone: (NAME AND PHONE BOX IS HERE) On Sep 4, 3:51 pm, John <[EMAIL PR

Re: Model.py not creating MYSQL tables.

2007-09-04 Thread Jeremy Dunck
On 9/4/07, John <[EMAIL PROTECTED]> wrote: > > I've created a forms application. After running syncdb without any > errors I thought database connection with MYSQL was working. Django > tables have been created. Ensure that your contacts app is listed in INSTALLED_APPS. --~--~-~--~~-

Model.py not creating MYSQL tables.

2007-09-04 Thread John
I've created a forms application. After running syncdb without any errors I thought database connection with MYSQL was working. Django tables have been created. After I entered http://localhost:8000/contacts I get the following error. ProgrammingError at /contacts/ (1146, "Table 'iansfree.conta