-
-
Save JT5D/7371669 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from filebrowser.sites import site | |
| from django.core.files.storage import DefaultStorage, default_storage, FileSystemStorage | |
| site_1 = site(name="First FB Site", app_name="filebrowser", storage=default_storage) # default filebrowser site | |
| site_2 = site(name="Second FB Site", app_name="filebrowser", storage=FileSystemStorage) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment