created project

This commit is contained in:
2025-05-03 00:10:13 +02:00
commit 3fe2151588
14 changed files with 227 additions and 0 deletions

11
README.md Normal file
View File

@@ -0,0 +1,11 @@
# Korrekturmanagementsystem
Die Webanwendung unterstützt das Korrekturmanagement von Materialien aus dem Fernstudium
## Installation
Use the package manager [pip](https://pip.pypa.io/en/stable/) to install django.
```bash
pip install django
```