1- Create this file
vim ~/ .vimrc2- Add this content in .vimrc
filetype plugin indent on
syntax on
set t_Co=256
set term=builtin_beos-ansi
set term=builtin_ansi
set term=xterm-256color
pip install Django manage.py: A command-line utility mysite/ directory is the Python package for the project. Its name is the Python package name you’ll need to use to import anything inside it (e.g. mysite.urls).mysite/__init__.py: An empty file, considered a Python package.mysite/settings.py: Settings/configurationmysite/urls.py: The URL declarations for this Django project; a “table of contents” of your Django-powered site. You can read more about URLs in URL dispatcher.mysite/wsgi.py: An entry-point for WSGI-compatible web servers to serve your project. See How to deploy with WSGI for more details.
- googleAPI.uploadLocalFile(BUCKET_NAME, fileName, fileLocalPath)
- googleAPI.uploadBuffer(BUCKET_NAME, fileName, buffer)
- googleAPI.deleteStorageFile(url)




{
"private_key_id": "******",
"private_key": "******",
"client_email": "******",
"client_id": "******",
"type": "service_account"
}
- googleAPI.uploadLocalFile(BUCKET_NAME, fileName, fileLocalPath)
- googleAPI.uploadBuffer(BUCKET_NAME, fileName, buffer)
- googleAPI.deleteStorageFile(url)




{
"private_key_id": "******",
"private_key": "******",
"client_email": "******",
"client_id": "******",
"type": "service_account"
}