You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
392 B
17 lines
392 B
# CrewPulse
|
|
|
|
CrewPulse ist eine Django-basierte Webanwendung zur Verwaltung von Crew-Mitgliedern und zugehörigen Daten. Das Projekt verwendet Jazzmin für das Admin-Interface und SQLite3 als Datenbank.
|
|
|
|
## Anforderungen
|
|
|
|
- Python 3.x
|
|
- Django 4.x
|
|
- SQLite3
|
|
|
|
## Installation
|
|
|
|
1. **Repository klonen:**
|
|
|
|
```bash
|
|
git clone https://github.com/deinbenutzername/CrewPulse.git
|
|
cd CrewPulse |