Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pjosols/django-and-mongo-datatables
A sample website that shows how to use mongo-datatables with Django. Checkout the models, urls, views, and the db.html template in the polls app.
https://github.com/pjosols/django-and-mongo-datatables
Last synced: 29 days ago
JSON representation
A sample website that shows how to use mongo-datatables with Django. Checkout the models, urls, views, and the db.html template in the polls app.
- Host: GitHub
- URL: https://github.com/pjosols/django-and-mongo-datatables
- Owner: pjosols
- Created: 2019-03-13T22:51:44.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-22T21:03:06.000Z (over 2 years ago)
- Last Synced: 2023-03-21T12:33:00.293Z (almost 2 years ago)
- Language: Python
- Homepage: https://agile-headland-18656.herokuapp.com/col1/
- Size: 32.2 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Django and mongo-datatables
A sample website that shows how to use mongo-datatables with Django. Checkout the models, urls, views, and the db.html template in the polls app.----
## Install
You can install with pip:
pip install mongo-datatables
## DataTables static files
This is what I downloaded from DataTables
![datatables static files](datatables_static_files.jpg)
## mongo-datatables
Find mongo-datatables at .
[![Downloads](http://pepy.tech/badge/mongo-datatables)](http://pepy.tech/project/mongo-datatables)