asifpy / django-crudbuilder

Generic CRUD implementation in Django
https://django-crudbuilder.readthedocs.org/en/latest/index.html
Apache License 2.0
193 stars 67 forks source link

Can I see the generated views and templates? #72

Open dgleba opened 3 years ago

dgleba commented 3 years ago

I looked briefly at the source code.

It seems like the views and templates are generated in memory.

Using inspect in chrome there seems to be an index file. It is populated with the data itself, not variables like one would write a view themselves.

Is it possible to see the generated views and templates with variables in the templates etc? These would be like a person would write normally without the use of crudbuilder.