You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.rst
+3-3
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Install with pip
16
16
17
17
Add ``django_jsonforms`` to your INSTALLED_APPS
18
18
19
-
Make sure you have APP_DIRS set to True in your TEMPLATES setting
19
+
Make sure you have APP_DIRS set to True in your ``TEMPLATES`` setting.
20
20
More about the templates setting here: https://docs.djangoproject.com/en/2.0/ref/settings/#templates
21
21
22
22
Requirements
@@ -25,7 +25,7 @@ Requirements
25
25
The python packages jsonschema and django will be installed when installing the package through pip.
26
26
Additionally jQuery is required on the page that will be rendering the form.
27
27
28
-
Instructions for adding jQuery are here: https://www.w3schools.com/jquery/jquery_get_started.asp
28
+
Instructions for adding jQuery can be found here: https://www.w3schools.com/jquery/jquery_get_started.asp
29
29
30
30
Usage
31
31
-----
@@ -79,6 +79,6 @@ The data returned when the field is submitted is in the form of a python diction
79
79
Settings
80
80
--------
81
81
82
-
the ``JSONFORMS_SCHEMA_DIR`` setting can be used to specify the file directory to load the schema from. This directory will need to be seving static files for the form to funciton correctly
82
+
The ``JSONFORMS_SCHEMA_DIR`` setting can be used to specify the file directory to load the schema from. This directory will need to be seving static files for the form to funciton correctly
83
83
84
84
The ``JSONFORMS_SCHEMA_VALIDATE`` settings can be set to False to disable backend validation of the submitted json. This can allow a user to submit any json if the frontend validation is bypassed. This settings should only be used during development
0 commit comments