I have to buld a django app which is used internally in a company, only employees can access the app using username and password. Now, since it is only used internally, I don't want to write HTML code myself but I want to use the bootstrap template AdminLTE2 as frontend which should be separated from default django admin site.
Any suggestion on how to do it quickly?
thank you