You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our backend for Google cloud storage uses django-storages.
70
+
71
+
Setup
72
+
~~~~~
73
+
74
+
In order to backup to Google cloud storage, you'll first need to create an account at google. Once that is complete, you can follow the required setup below. ::
75
+
76
+
pip install django-storages[google]
77
+
78
+
Add the following to your project's settings. Strictly speaking only `bucket_name` is required, but we'd recommend to add the other two as well. You can also find more settings in the readme for `django-storages`_ ::
0 commit comments