class storage.ManifestStaticFilesStorage A subclass of the StaticFilesStorage storage backend which stores the
urls.staticfiles_urlpatterns() This will return the proper URL pattern for serving static files to your already defined pattern
storage.StaticFilesStorage.post_process(paths, **options) This method is called by the collectstatic management
class storage.CachedStaticFilesStorage CachedStaticFilesStorage is a similar class like the ManifestStat
class testing.StaticLiveServerTestCase This unittest TestCase subclass extends
storage.ManifestStaticFilesStorage.file_hash(name, content=None) The method that is used when creating the hashed name of a
class storage.StaticFilesStorage A subclass of the
views.serve(request, path) This view function serves static files in development.