Git Product home page Git Product logo

educational-administration-system's Introduction

Educational Administration System

Laylalaisy: This is a project we developed during 2018 spring as educational administration system. I forked this repository from our team leader. Have to say, developing with more than 20 people of a large scale project is not easy at all! Whatever, good experience and learning a lot!

开发流程

  1. 将master分支pull到本地,创建自己的分支进行代码改动
git checkout -b *** # 自己的分支名
  1. 创建并开启虚拟环境
python3 -m venv venv
# on linux or OS X:
source venv/bin/activate 
# on Windows:
# venv/Scripts/activate
  1. 安装依赖
pip3 install -r requirements.txt

​ 如果提示超时错误的话尝试以下命令,使用镜像安装:

pip3 install -r requirements.txt -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
  1. 本地运行
python3 manage.py makemigrations 
python3 manage.py migrate
python3 manage.py runserver
  1. 在本地进行改动,确认无误后merge到master分支(同时处理冲突)

  2. 有问题及时沟通!

educational-administration-system's People

Contributors

alanswift avatar feiba15 avatar heyshb avatar kathyflores avatar laylalaisy avatar superabc avatar tqwuliao avatar wyc-ruiker avatar yunzeman avatar zjugao avatar

Watchers

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