Skip to content

shieldui/django-shieldui-integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Django tutorial for integrating the Shield UI JavaScript Grid

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published