Django - Add rows to MySQL database
Posted
by
yeenow123
on Stack Overflow
See other posts from Stack Overflow
or by yeenow123
Published on 2012-07-08T21:13:21Z
Indexed on
2012/07/08
21:15 UTC
Read the original article
Hit count: 177
So I already have a database setup with a few columns and a few rows already inserted in. I'm trying to create a view that you would just input information into a form and press Submit, then a row would be added to the MySQL database with the information you just typed in.
I believe you can do this with admin, but I would like to try without admin and I'm not sure if this is possible? I've been using the MySQL commandline to add rows as of now..
© Stack Overflow or respective owner