https://github.com/klml/frieda
management tool to assign external internships for students.
https://github.com/klml/frieda
Last synced: about 2 months ago
JSON representation
management tool to assign external internships for students.
- Host: GitHub
- URL: https://github.com/klml/frieda
- Owner: klml
- License: mit
- Created: 2021-09-12T11:11:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-30T18:08:59.000Z (over 2 years ago)
- Last Synced: 2025-02-12T08:40:54.988Z (4 months ago)
- Language: Python
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Frieda
__Frieda__ is a management tool to assign external internships for students.
Made with [Django](https://www.djangoproject.com).
[](https://img.klml.de/devel/frieda_stellenliste.png)
### Import
Add internships and correspodning organisations in `internships.csv` (use example from `/static/frieda/internship_organisation.example.csv`)
```bash
python3 manage.py migrate
python3 manage.py load_csv_internship
```