Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ralxyz/oh-my-tss
Final project of ZJU Fundamentals of Software Engineering course
https://github.com/ralxyz/oh-my-tss
Last synced: 4 days ago
JSON representation
Final project of ZJU Fundamentals of Software Engineering course
- Host: GitHub
- URL: https://github.com/ralxyz/oh-my-tss
- Owner: RalXYZ
- Created: 2021-05-25T06:53:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-11T15:15:10.000Z (over 3 years ago)
- Last Synced: 2024-12-16T04:30:17.883Z (about 1 month ago)
- Language: HTML
- Homepage:
- Size: 17.7 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# oh-my-tss
external packages (should be installed by `pip`)
```
django
django-material
pymysql
pillow
requests
numpy
weasyprint
``````sh
git clone [email protected]:RalXYZ/oh-my-tss.git
cd oh-my-tss
```Start Development Server:
```sh
python manage.py runserver
```