Skip to content

Files

Latest commit

75453bd · Oct 24, 2016

History

History
44 lines (38 loc) · 1.6 KB

README.md

File metadata and controls

44 lines (38 loc) · 1.6 KB

Django and Shield UI Integration Tutorial

Setup the Django application

$ git clone https://github.com/shieldui/django-shieldui-integration
  • Create the project directory and setup the virtual environment
$ cd django-shieldui-integration
$ virtualenv env
  • Install Django and the Django REST Framework
$ ./env/bin/pip install django
$ ./env/bin/pip install djangorestframework
  • Setup the database
$ ./env/bin/python manage.py migrate
  • Create a super user
$ ./env/bin/python manage.py createsuperuser
  • Seed the database
$ ./env/bin/python manage.py loaddata seed.json
  • Run the server
$ ./env/bin/python manage.py runserver

Visit http://localhost:8000/books/ to test that the Shield UI jQuery Grid Component integration works properly.

License Information

The Shield UI Lite library is licensed under the MIT license, details of which can be found in the LICENSE.txt file located in this folder. The license applies ONLY to the source code of this repository and does not extend to any other Shield UI distribution or variant, or a third-party library used.

For more details about Shield UI licensing, see the Shield UI License Agreement page at www.shieldui.com. Shield UI Commercial support information can be found on this page