Coder Social home page Coder Social logo

graphene-django-template's Introduction

概要

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

セットアップ

クローン後、下記コマンドを順に実行

  • pipenv shell
  • pipenv install --dev
  • docker-compose up --build
  • docker-compose exec app bash
  • django-admin startproject project . .env に SECRET_KEY などを色々設定
  • python manage.py startapp api api という名前のアプリを作ったら、project/settings.py の api 部分のコメントを解除し、api で models を定義
  • 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 = config('SOCIAL_AUTH_GOOGLE_OAUTH2_KEY') SOCIAL_AUTH_GOOGLE_OAUTH2_SECRET = config('SOCIAL_AUTH_GOOGLE_OAUTH2_SECRET')

デプロイ(Heroku)

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

graphene-django-template'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.