Skip to content

Commit 413ce84

Browse files
authored
Update README.md
1 parent c403b79 commit 413ce84

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,7 @@ validator_funcs={
402402

403403
However, if you want to create support for new platforms, you can do it just by inheriting the `BaseStorage` class and defining these methods below:
404404
```python
405+
from django.db.models import Model
405406
from django_swiftapi.crud_operation.file_operations.storage_operations.base import BaseStorage
406407

407408
class custom_storage_class(BaseStorage):

0 commit comments

Comments
 (0)