Code Monkey home page Code Monkey logo

blue--yellow's Introduction

How to launch Blue&Yellow

To launch this project you must change:
settings, service_account123.json, goods.views(connect to the google sheets) and set anower Email for sending messanges.

For the first Install libraries:

You can use requirements-txt library

pip install to-requirements.txt and requirements-txt setup
or
pip install -r requirements.txt

Change SECRET_KEY in settings.py(line 7)

SECRET_KEY = 'Your key'

Change email and password

In setting.py you must change name of email on line 99, and change app password of email on line 101

EMAIL_HOST_USER = "Your email"
EMAIL_HOST_PASSWORD = "Your pass"

Change service_account123.json

You must download key of google cloud account after add it to service_account123.json

Change goods.views Google spreadsheet

Change path to json key(line 9)
sba = gspread.service_account(filename="goods/service_account123.json")
Change name of spreadsheet(line 11)
sba = sbh = sba.open("Name of spreadsheet")
Change name of spreadsheet(line 13)
wbks = sbh.worksheet("Name of sheet")

Migrate database.

python manage.py makemigration python manage.py migration

And write in console

python manage.py runserver

About Project

Hi, ma name is Gleb! And this web-site was create for Blue&Yellow corporation. On this site you can order consignment of leather products and anower products. To have contact with Blue&Yellow corporation you can check footer. Admins can add, delete and change goods with some forms.

blue--yellow's People

Contributors

glebegor avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.