This commit is contained in:
Dustin J. Mitchell 2020-10-14 20:12:07 +00:00
Родитель 2a04e599b6
Коммит c1f666bd6b
1 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -3,5 +3,7 @@
This is the app behind the Mozilla Mentoring Program
* [mentoring](./mentoring) - main Django project
* [enrollment](./enrollment) - app handling participant enrollment
* [participants](./participants) - app handling participant data
* [enrollment](mentoring/enrollment) - app handling participant enrollment
* [participants](mentoring/participants) - app handling participant data
* [pairs](mentoring/pairs) - app handling pairing
* [home](mentoring/home) - app for the landing page