Skip to content

app-generator/django-dynamic-datatb-sample

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
cfg
 
 
 
 
 
 
 
 

Django Dynamic DT Sample

This project is a free sample that implements Django Dynamic DataTables from scratch.


✨ How to use it


πŸ‘‰ Download the code

$ git clone https://github.com/app-generator/django-dynamic-datatb-sample.git
$ cd django-dynamic-datatb-sample

πŸ‘‰ Install modules via VENV

$ virtualenv env
$ source env/bin/activate
$ pip3 install -r requirements.txt

πŸ‘‰ Set Up Database

$ python manage.py makemigrations
$ python manage.py migrate

πŸ‘‰ Start the app

$ python manage.py runserver

At this point, the Dynamic DataTable UI is up & running:

  • Book Model - http://127.0.0.1:8000/datatb/books/.
  • City Model - http://127.0.0.1:8000/datatb/cities/.

Django Dynamic DataTables - Splash Screen.



Django Dynamic DataTables - Open-source library provided by AppSeed