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:
INSTALLED_APPS += ('debug_toolbar',)
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='')

2
sapl/templates/base.html

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

Loading…
Cancel
Save