Closed iamjazzar closed 7 years ago
This is addressing #1 suggestion of using
django.contrib.staticfiles.templatetags.staticfiles.static
instead of
django.contrib.staticfiles.storage.staticfiles_storage.url
Using template tag to build the URL for the given relative path makes it much easier when you I to switch to a content delivery network (CDN) for serving static files.
This is addressing #1 suggestion of using
instead of
Using template tag to build the URL for the given relative path makes it much easier when you I to switch to a content delivery network (CDN) for serving static files.