Re: Using django form

2009-10-29 Thread Denis Bahati
e the database without > > using the django admin. I'm thinking of using html files or using the > django > > form library but i dont no the exactly solution to go through this. Can > any > > one show me how to do the staff using django form or using the html > forms

Re: Using django form

2009-10-29 Thread Daniel Roseman
> creating my own form where users can vote and update the database without > using the django admin. I'm thinking of using html files or using the django > form library but i dont no the exactly solution to go through this. Can any > one show me how to do the staff using django

Using django form

2009-10-28 Thread Denis Bahati
se without using the django admin. I'm thinking of using html files or using the django form library but i dont no the exactly solution to go through this. Can any one show me how to do the staff using django form or using the html forms? I have followed the tutorial like in the Django Book C