We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 332ba84 commit 9a1fd64Copy full SHA for 9a1fd64
plain/plain/assets/views.py
@@ -33,7 +33,7 @@ def get(self):
33
# Make a trailing slash work, but we don't expect it
34
url_path = url_path.rstrip("/")
35
36
- if settings.DEBUG and False:
+ if settings.DEBUG:
37
absolute_path = self.get_debug_asset_path(url_path)
38
else:
39
absolute_path = self.get_asset_path(url_path)
0 commit comments