The project was created under a DJango-based framework and was designed to computerize the Excel-formatted OKR into the company's WEB.
- 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
okrcomplete
accounts
board
mysite
settings.py
urls.py
wsgi.py
static
templates
.gitignore
main.py
manage.py
requirements.txt
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
- Copyright 2021 Kim A Young