Skip to content

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

Notifications You must be signed in to change notification settings

A11en0/InfoManageSystem

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published