Skip to content

Commit

Permalink
v2.0
Browse files Browse the repository at this point in the history
1. Migrate to SQLite3 database.
  • Loading branch information
cloudy-sfu committed Aug 7, 2023
1 parent b5ae038 commit 534cf27
Show file tree
Hide file tree
Showing 21 changed files with 532 additions and 552 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,4 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
.idea/
assignments
scores.db
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Customize, manage templates of rubrics and fast grade HTML/PDF files

![](https://shields.io/badge/dependencies-Python_3.11-blue)
![](https://shields.io/badge/OS-Windows_Vista_+-green)

## Usage

Expand All @@ -20,8 +21,6 @@ It occupies localhost 5000 port by default.
- [Customize host of Flask application](https://flask.palletsprojects.com/en/2.3.x/quickstart/)
- [Customize port of Flask application](https://flask.palletsprojects.com/en/2.3.x/server/#address-already-in-use)

Read the [operation manual](manual.md) to preview software functions.

**Release:**

1. Download and unzip the release.
Expand Down
Loading

0 comments on commit 534cf27

Please sign in to comment.