Giter Site home page Giter Site logo

k5_day's Introduction

메인 페이지

image

세부 액티비티

image

  • 좋아요 기능
  • 댓글 달기, 수정, 삭제
  • 신청하기 기능
  • 신청취소 기능

초기

Pycharm을 이용한 Django Project 초기 셋팅

가상환경 설정 및 django 설치

  1. python -m venv venv
  2. source venv/Scripts/activate
  3. python -m pip install django
  4. python -m djagno startapp config .
  5. python manage.py migrate
  6. python manage.py createsuperuser

pycharm 환경설정

  1. Settings - Pyton Interpreter - 현재 가상환경 python
  2. Settings - Languages & Framework - Enable Djnago
  3. .gitignore 생성

black 설치 및 적용

  1. python -m pip install black
  2. which black -> 경로 복사
  3. Settings - File Watchers - Program에 black 경로 붙여넣기. Arguments에는 FilePath, Output path, Working directory는 ProjectFileDir. Advanced Options는 모두 해제

Git 연동

  1. git repository 생성
  2. git remote add origin <깃 주소>
  3. 커밋하고 푸시

k5_day's People

Contributors

netsus 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.