File tree 1 file changed +4
-9
lines changed
1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 3
3
A package that allows you to serialize django forms, including fields and widgets into Python
4
4
dictionary for easy conversion into JSON and expose over API
5
5
6
+ Please go through my [ djangocon US 2012 talk] ( http://www.slideshare.net/tarequeh/django-forms-in-a-web-api-world )
7
+ to understand the problem sphere, motivations, challenges and implementation of Remote Forms
8
+
6
9
## Sample Implementation
7
10
8
11
If you don't mind digging around a little bit to learn about different the components that might be
@@ -133,15 +136,7 @@ def my_ajax_view(request):
133
136
return response
134
137
```
135
138
136
- ## Resources from djangocon US 2012
137
-
138
- ### Presentation
139
-
140
- Please go through my [ djangocon US 2012 talk] ( http://www.slideshare.net/tarequeh/django-forms-in-a-web-api-world )
141
- to understand the problem sphere, motivations, sample remote form output and example implementation
142
- of Remote Forms
143
-
144
- ### Original Proposal
139
+ ## djangocon Proposal
145
140
146
141
This is a bit lengthy. But if you want to know more about my motivations behind developing django-remote-forms
147
142
then read on.
You can’t perform that action at this time.
0 commit comments