Education.
authorRadek Czajka <rczajka@rczajka.pl>
Tue, 20 Dec 2022 14:33:32 +0000 (15:33 +0100)
committerRadek Czajka <rczajka@rczajka.pl>
Tue, 20 Dec 2022 14:33:32 +0000 (15:33 +0100)
commit66ab038f6f74eb2ebcaf945cf85bb0d7813f791c
treedd21ccf715f3c54c168ff0cda75a9c5078ab08da
parenta7a0a535382be1fd706c3faca3a81201978ba587
Education.
17 files changed:
src/catalogue/admin.py
src/catalogue/templates/catalogue/2022/collections.html
src/club/templates/club/2022/donation_step_base.html
src/education/__init__.py [new file with mode: 0644]
src/education/admin.py [new file with mode: 0644]
src/education/apps.py [new file with mode: 0644]
src/education/migrations/0001_initial.py [new file with mode: 0644]
src/education/migrations/0002_youtubetoken.py [new file with mode: 0644]
src/education/migrations/0003_item_title.py [new file with mode: 0644]
src/education/migrations/0004_alter_item_options_course_title.py [new file with mode: 0644]
src/education/migrations/__init__.py [new file with mode: 0644]
src/education/models.py [new file with mode: 0644]
src/education/templates/education/course_detail.html [new file with mode: 0644]
src/education/tests.py [new file with mode: 0644]
src/education/urls.py [new file with mode: 0644]
src/education/views.py [new file with mode: 0644]
src/wolnelektury/urls.py