Skip to content

poketsc/brandi-admin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

brandi-admin

server 실행 방법

  1. config.py 파일을 만들고 DB접속 정보를 입력한다.
database = {
    'host' : 'localhost',
    'port' : 3306,
    'user' : 'root',
    'passwd' : 'your password',
    'db' : 'your db name',
    'charset' : 'utf8'
}

2.app.py가 있는 디렉토리에서 아래 명령어를 입력한다.

python run.py 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 44.5%
  • Python 34.9%
  • JavaScript 15.2%
  • SCSS 4.9%
  • Other 0.5%