Repository URL to install this package:
Version:
2.4.1b1 ▾
|
def do_not_use_static_url(request):
def exception():
raise Exception("Do not use STATIC_URL in templates. Use the {% static %} templatetag instead.")
return {
'STATIC_URL': lambda: exception(),
}