Skip to content
This repository has been archived by the owner on Jan 20, 2020. It is now read-only.

使用Python3.6,Django2开发的会议发布系统后端部分

Notifications You must be signed in to change notification settings

gengwenhao/EnterpriseManagement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

会议纪要系统后端实现

Run Project

# install pipenv
pip install pipenv

# install dependencies
cd EnterpriseManagement
pipenv install

# migrate database
python3 manage.py migrate

# run project
python3 manage.py runserver [port or address: port]

About

使用Python3.6,Django2开发的会议发布系统后端部分

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published