Пример #1
0
 def test_clear_cache(self):
     """
     Test that clearing the cache works
     i.e. does not raise an error
     """
     api_helpers.clear_cache()
Пример #2
0
def clear_cache():
    """
    Clears out cache
    """
    api_helpers.clear_cache()
Пример #3
0
def clear_cache():
    """
    Clears out cache
    """
    api_helpers.clear_cache()
Пример #4
0
 def test_clear_cache(self):
     """
     Test that clearing the cache works
     i.e. does not raise an error
     """
     api_helpers.clear_cache()
 def handle(self, *args, **options):
     """
     Delete JS and CSS cache dirs
     """
     api_helpers.clear_cache()