Skip to content

tooreht/django-jsonsuit-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-jsonsuit-example

This is a demo project on how to use django-jsonsuit in a Django project.

Have a look at the source code to see some example usages of django-jsonsuit.

Also have a look at the offical documentation.

Quickstart

  1. Clone this project:

     git clone https://tooreht.github.io/django-jsonsuit-example
    
  2. Navigate into the cloned project:

     cd django-jsonsuit-example
    
  3. Create a virtualenv:

     python -m venv venv
    
  4. Activate the virtualenv:

    On Unix

     ./venv/bin/activate
    

    On Windows (PowerShell)

     ./venv/Scripts/activate
    
  5. Install requirements:

     pip install -r requirements.txt
    
  6. Navigate to the example_project:

     cd example_project
    
  7. Apply migrations

     python manage.py migrate
    
  8. Create superuser for Django Admin

     python manage.py createsuperuser
    
  9. Start the Django dev server:

     python .\manage.py runserver
    
  10. Open the demo page in your browser

About

This is a demo project on how to use django-jsonsuit in a Django project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published