Django Generic Views: CRUD
A good article about generic views:
http://www.postneo.com/2005/08/17/django-generic-views-crud
posted @ 2005-12-30 11:48 martin xus| 編輯 收藏
快樂(lè)的每一天
A good article about generic views:
http://www.postneo.com/2005/08/17/django-generic-views-crud
posted @ 2005-12-30 11:48 martin xus| 編輯 收藏
posted @ 2005-12-30 10:24 martin xus| 編輯 收藏
I create a template following django's document:
And try to get params from post in python:
But the result was null:(
{}
{}
While I change the method to get
I can get the params's value.
{'choice': ['1']}
{}
I don't know why,I wanna help!
posted @ 2005-12-29 12:47 martin xus| 編輯 收藏
posted @ 2005-12-09 22:16 martin xus| 編輯 收藏