-1

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 )

Sabith
  • 1,628
  • 2
  • 20
  • 38
Vani Polnedi
  • 595
  • 2
  • 4
  • 19

1 Answers1

0

You can try django-autofixture, please also look into other ones here.

Atley Varghese
  • 576
  • 4
  • 10