Commit 5eca6359c663f0a07b70ae828ef4eb7d8dfc306c

Authored by Sergio Oliveira
1 parent 9cfb635b

simple file storage for tests

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
colab/tests/settings.py
1 1 from ..settings import *
2 2  
  3 +STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.StaticFilesStorage'
  4 +
3 5 LOGGING = {
4 6 'version': 1,
5 7  
... ...