2011-06-01 21:47:00 +08:00
|
|
|
from django.core.exceptions import ImproperlyConfigured
|
|
|
|
|
2013-11-03 01:18:46 +08:00
|
|
|
|
2013-02-03 05:58:02 +08:00
|
|
|
class MissingStorage(ImproperlyConfigured):
|
2011-06-01 21:47:00 +08:00
|
|
|
pass
|
|
|
|
|
2013-11-03 01:18:46 +08:00
|
|
|
|
2011-06-01 21:47:00 +08:00
|
|
|
class NoFileStorageConfigured(ImproperlyConfigured):
|
|
|
|
pass
|