Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 677 Bytes

readme.md

File metadata and controls

41 lines (24 loc) · 677 Bytes

Description

An information management system for college to maintain the student's basic information.

Environments

Tech Stack: Python + Django

  • Python 3.7
  • Django 2.0.3

Quick Start

  1. Clone the project

    git clone [email protected]:A11en0/InfoManageSystem.git

  2. Create mysql database studSys

  3. Install run times

    pip3 install -r requirements.txt

  4. Migrate database

    python3 manage.py makemigrations

    python3 manage.py migrate

  5. Run

    python3 manage.py run 0.0.0.0:8000

  6. take out your browser

    127.0.0.1:8000

Pictures

Login Page

login

Index Page

index