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
Post a Comment