In my project I have a project with 2 apps.
The first app is learning_logs that has a template, base.html
The second app is users, I'm trying to use the learning_logs template in users as follows:
{% extends "learning_logs/base.html" %}
It...
asked by
20.04.2018 / 00:47