Django: use AdminLTE as template in views -
i have start project in django used internally in our company no need use custom layout, adminlte2 template or similar should fine. project used manage internal stuff, project bigger evolves , need add new features.
my doubt don't know , how use it, if in django admin part or integrate , use app template. understand, working django admin it's not customizable working app template, makes me little bit confused.
in short: should use django admin or app template? how can integrate adminlte or similar django app template?
thank you
should use django admin or app template?
depend of project requirements. if need basic stuff admin enought if need more complex things need "app template" said.
how can integrate adminlte or similar django app template?
i think need https://media.readthedocs.org/pdf/django-adminlte2/latest/django-adminlte2.pdf. file explain how integrate django-adminlte2 app in project.
Comments
Post a Comment