Posts by brunofitas • 121 points
2 posts
- 
		2 votes1 answer2048 viewsA: Simple form by DjangoThis question is old but I still leave my answer. In this case you can create a form just to add the clients and not the "Model.Form" extension. Instead you can create a "save" function that checks… 
- 
		0 votes1 answer524 viewsA: Using json to copy data (Django)As I understand it, you need to send the entry.id value (in this case 2) to the "entry-Detail-json" view which, in your case, you are sending by GET parameter, correct? You can name the url and send…