Skip to content
/ OKR Public

OKR은 목표(Objective)와 핵심 결과(Key Results)의 약자로, 측정 가능한 팀 목표를 설정하고 추적하여 목표 달성 과정 관리 프로그램 🪄

Notifications You must be signed in to change notification settings

joen00/OKR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Project - WEB OKR

Description

The project was created under a DJango-based framework and was designed to computerize the Excel-formatted OKR into the company's WEB.

Technology

  • Framework: Django 1.11.29, boostrap 3
  • Language: Python 3.7, Javascript
  • Database: SQLite3(dev), MySQL(prod)
  • OS: Window10
  • IDE: PyCharm community version
  • Library: requirements.txt

Directory Structure

okrcomplete
    accounts
    board
    mysite
        settings.py
        urls.py
        wsgi.py
    static
    templates 
.gitignore main.py manage.py requirements.txt

Execution

Repogitory Clone
$ git clone https://github.com/joen00/OKR.git
Install PIP
$ pip install -r requirements.txt
Running Virtual Environment
$ #create env
$ cd env
$ cd Scripts
$ activate
DATABASE
# blog/settings.py SQLite3
Use: SQLite3
# blog settings.py MySQL
Use Mysql: Change name, ID, password, port
DB Migration
$ py manage.py makemigrations
$ py manage.py migrate
Create Superuser
$ py manage.py createsuperuser
Runserver
$ py manage.py runserver

License

  • Copyright 2021 Kim A Young

About

OKR은 목표(Objective)와 핵심 결과(Key Results)의 약자로, 측정 가능한 팀 목표를 설정하고 추적하여 목표 달성 과정 관리 프로그램 🪄

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published