Skip to content

Commit 49246cf

Browse files
authoredJun 18, 2018
Merge pull request Aristotle-Metadata-Enterprises#5 from harrywhite4/develop
1.1
2 parents b79f303 + 2dc6995 commit 49246cf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ deploy:
2727
distributions: sdist bdist_wheel
2828
on:
2929
tags: true
30-
python: '3.5'
30+
python: '3.6'

‎README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Install with pip
1616

1717
Add ``django_jsonforms`` to your INSTALLED_APPS
1818

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.
2020
More about the templates setting here: https://docs.djangoproject.com/en/2.0/ref/settings/#templates
2121

2222
Requirements
@@ -25,7 +25,7 @@ Requirements
2525
The python packages jsonschema and django will be installed when installing the package through pip.
2626
Additionally jQuery is required on the page that will be rendering the form.
2727

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
2929

3030
Usage
3131
-----
@@ -79,6 +79,6 @@ The data returned when the field is submitted is in the form of a python diction
7979
Settings
8080
--------
8181

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
8383

8484
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

Comments
 (0)