1

I want to use the django admin template but want to create my form in django admin without using models. Is there any way I can do that?

Zulu
  • 8,765
  • 9
  • 49
  • 56
Divyesh
  • 237
  • 2
  • 6
  • 3
    you can find the solution [here](http://stackoverflow.com/questions/4148923/is-it-possible-to-create-a-custom-admin-view-without-a-model-behind-it) – Allen Fernandes Nov 26 '15 at 10:01

1 Answers1

0

You can modify the admin template HTML and add whatever you want

You can find it here

segalle
  • 436
  • 4
  • 15