You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this should generate {% extends "appname/base.html" %} so each app can have it's own base template. In a lot of apps, appname/base.html simply extends base.html, but in several cases apps append or prepend stuff to {% block content %} or include javascript, etc...
The text was updated successfully, but these errors were encountered:
That sounds sensible, will take a look.
I think in order for the download to function straight out of the box, we would need to add a base.html file and an appname/base.html file to the tar file.
django_builder/app/js/services.js
Line 1035 in cd855f7
I think this should generate
{% extends "appname/base.html" %}
so each app can have it's own base template. In a lot of apps,appname/base.html
simply extendsbase.html
, but in several cases apps append or prepend stuff to{% block content %}
or include javascript, etc...The text was updated successfully, but these errors were encountered: