I have done one small application in django.For datatables, I have used
from django_datatables_view.base_datatable_view import BaseDatatableView import
.For this datatable,it will show results directly from queryset.
Now my requirement is to add some dummy data to that queryset ( want to show some dummy data in view )
Asked
Active
Viewed 246 times
-1

Sabith
- 1,628
- 2
- 20
- 38

Vani Polnedi
- 595
- 2
- 4
- 19
-
You can try django-autofixture, please also look into other ones here:https://djangopackages.org/grids/g/fixtures/ – Atley Varghese Apr 24 '19 at 05:28