Browse Source

corrige var de settings e context processor

bump_django
LeandroJatai 5 months ago
parent
commit
470afa4d64
  1. 2
      sapl/settings.py
  2. 2
      sapl/templates/base.html

2
sapl/settings.py

@ -146,7 +146,7 @@ MIDDLEWARE = [
if DEBUG: if DEBUG:
INSTALLED_APPS += ('debug_toolbar',) INSTALLED_APPS += ('debug_toolbar',)
MIDDLEWARE += ['debug_toolbar.middleware.DebugToolbarMiddleware', ] MIDDLEWARE += ['debug_toolbar.middleware.DebugToolbarMiddleware', ]
INTERNAL_IPS = ('127.0.0.1') INTERNAL_IPS = ('127.0.0.1', )
SITE_URL = config('SITE_URL', cast=str, default='') SITE_URL = config('SITE_URL', cast=str, default='')

2
sapl/templates/base.html

@ -304,7 +304,7 @@
</script> </script>
{% endif %} {% endif %}
{% endif %} {% endif %}
{% endblock foot_js %} {% endblock foot_js %}
</body> </body>
</html> </html>

Loading…
Cancel
Save