Skip to content

EssaAlshammri/django-google-storage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tested with django 1.10.4

===================== django-google-storage

It' just a compilation of django-storages and boto to improve you abilities to use Google Storage. It's easy and fast.

Install

  1. pip install django-google-storage-updated

  2. put 'django_google_storage.storage.GoogleStorage' in DEFAULT_FILE_STORAGE. It's in settings.py too.

  3. add GS_ACCESS_KEY_ID, GS_SECRET_ACCESS_KEY and GS_STORAGE_BUCKET_NAME to your settings.py

  4. ....

  5. PROFIT

TODO

  • custom exceptions
  • testing

About

django-google-storage repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%