Giter Club home page Giter Club logo

graphen-django-oauth-example's Introduction

概要

app 内はアプリ用のサンプル それ以外はプロジェクト用のサンプル

セットアップ

  • pipenv --python 3.9
  • pipenv install hoge...
  • pip freeze > requirements.txt
  • docker-compose up --build
  • docker-compose exec app bash
  • cd workdir
  • django-admin startproject project .
  • python manage.py startapp app
  • python manage.py makemigrations
  • python manage.py migrate
  • python manage.py createsuperuser
  • python manage.py runserver 0.0.0.0:8000

/.env

SECRET_KEY DEBUG

DB_NAME DB_USER DB_HOST

CLOUDINARY_API_SECRET

EMAIL_HOST EMAIL_HOST_USER EMAIL_HOST_PASSWOR= EMAIL_PORT

SOCIAL_AUTH_GOOGLE_OAUTH2_KEY SOCIAL_AUTH_GOOGLE_OAUTH2_SECRET

sample

DB_NAME=postgres DB_USER=postgres DB_HOST=db

CLOUDINARY_API_SECRET=

EMAIL_HOST=smtp.sendgrid.net EMAIL_HOST_USER= EMAIL_HOST_PASSWORD= EMAIL_PORT=587

デプロイ(Heroku)

  • heroku config:push ...
  • git push heroku master
  • heroku run python3 manage.py migrate
  • heroku run python3 manage.py createsuperuser

graphen-django-oauth-example's People

Contributors

mayone-du 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.