@@ -7,11 +7,16 @@ django-forms-builder
7
7
Created by `Stephen McDonald <http://twitter.com/stephen_mcd >`_
8
8
9
9
A Django reusable app providing the ability for admin users to create
10
- their own forms within the admin interface drawing from a range of
10
+ their own forms within the admin interface, drawing from a range of
11
11
field widgets such as regular text fields, drop-down lists and file
12
12
uploads. Options are also provided for controlling who gets sent email
13
13
notifications when a form is submitted. All form entries are made
14
- available in the admin via CSV export.
14
+ available in the admin via filterable reporting with CSV/XLS export.
15
+
16
+ .. image :: http://github.com/stephenmcd/django-forms-builder/raw/master/docs/img/fields.png
17
+
18
+ .. image :: http://github.com/stephenmcd/django-forms-builder/raw/master/docs/img/report.png
19
+
15
20
16
21
HTML5 Features
17
22
==============
@@ -39,9 +44,6 @@ from source::
39
44
40
45
$ python setup.py install
41
46
42
- Project Configuration
43
- =====================
44
-
45
47
Once installed you can configure your project to use
46
48
django-forms-builder with the following steps.
47
49
@@ -83,8 +85,8 @@ Finally, sync your database::
83
85
84
86
$ python manage.py syncdb
85
87
86
- As of version 0.5, django-forms-builder provides `South `_ migrations. If
87
- you use south in your project, you'll also need to run migrations::
88
+ As of version 0.5, django-forms-builder provides `South `_ migrations.
89
+ If you use south in your project, you'll also need to run migrations::
88
90
89
91
$ python manage.py migrate forms
90
92
0 commit comments