Where to put a base html template in Django -


i have 6 apps share common base html (base.html) template. question should contain base.html? or should project template directory contain base.html? using django version 1.10.

best way put in project's templates directory.


Comments

Popular posts from this blog

Multilayer CSV to filtered excel -

Listboxes in c# -

ios - Why must I define variables twice in the Header file? -