Skip to content

HeyiSun/IssueTrackingSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Issue Tracking System

Environment

Django 2.2 + python3.7 + mysql

Build

First replace the mysql account in the mysite/mysite/setting.py

cd mysite
mysql -u [username] -p < issuetracker.sql
python3.7 manage.py makemigrations
python3.7 manage.py migrate #This will insert some django table into the issuetracker schema
python3.7 manage.py runserver 8002

Browse to 127.0.0.1:8002/login/ and you should see a login website

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published