Skip to content

Commit 22d843f

Browse files
committed
Restructured documentation.
1 parent d67a4de commit 22d843f

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

README.md

+4-9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
A package that allows you to serialize django forms, including fields and widgets into Python
44
dictionary for easy conversion into JSON and expose over API
55

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+
69
## Sample Implementation
710

811
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):
133136
return response
134137
```
135138

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
145140

146141
This is a bit lengthy. But if you want to know more about my motivations behind developing django-remote-forms
147142
then read on.

0 commit comments

Comments
 (0)