An open API service indexing awesome lists of open source software.

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.

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).

[![screenshot frieda stellenliste](https://img.klml.de/devel/frieda_stellenliste__520.png)](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
```