Skip to content

In this project, we can import json and load to django model. We can perform single column sorting (ascending and decending both ) as well as multiple column sorting in django model. Django model get updated in same order as after every multiple sorting performed in model. All you can perform from Django template.

License

Shobhit-pandey/DjangoOrderedTable

Repository files navigation

Django Ordered Table

Getting Started

Here what this project can do - 
1. import data from JSON file.
2. Put into django model.
3. Single Column sort(both ascending and decending)
4. Multiple Column Sort
    i . In this multiple sorting you have to choose each column according to priority you want.
    ii. After proceed with multiple sorting database got also updated in same order.
    iii. You can do multiple sorting multiple time(no restriction of time)

Prerequisites

Django >= 1.9 (best with Django === 2.0.4)
simplejson

Installing

$ git clone https://github.com/Shobhit-pandey/DjangoOrderedTable.git
$ pip install -r requirements.txt

Deployment

not deployed yet

Contributing

Any new thought are always welcome here

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

In this project, we can import json and load to django model. We can perform single column sorting (ascending and decending both ) as well as multiple column sorting in django model. Django model get updated in same order as after every multiple sorting performed in model. All you can perform from Django template.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published