tts-be
A platform where students can experiment with the possible combination of schedule options they can pick at the start of the semester
File Explorer
- niployments.yaml
- CONTRIBUTING.md
- pull_request_template.md
- settings.json
- openapi.yaml
- pgdg.sh
- 0001_initial.py
- 0002_alter_directexchange_admin_state_and_more.py
- 0003_alter_courseunitenrollmentoptions_date_and_more.py
- 0004_rename_class_user_goes_from_exchangeurgentrequestoptions_class_issuer_goes_from_and_more.py
- 0005_exchangeexpirations_is_course_expiration.py
- 0006_alter_exchangeurgentrequests_hash_and_more.py
- 0007_alter_directexchange_hash.py
- 0008_directexchange_last_validated.py
- 0009_courseunitenrollments_user_name.py
- __init__.py
- __init__.py
- admin.py
- apps.py
- models.py
- tests.py
- views.py
- __init__.py
- asgi.py
- settings.py
- urls.py
- wsgi.py
- AdminExchangeStateChangeController.py
- AdminRequestFiltersController.py
- ClassController.py
- CourseUnitController.py
- ExchangeController.py
- ExchangeValidationController.py
- ScheduleController.py
- SigarraController.py
- StudentController.py
- StudentScheduleController.py
- confirm_exchange.html
- utils.py
- authentication.py
- exchange_admin.py
- 0001_initial.py
- 0002_coursegroup_courseunitcoursegroup.py
- 0003_class_vacancies.py
- 0004_slotclass_id_alter_slotclass_slot.py
- __init__.py
- errors.py
- AdminExchangeClassesView.py
- AdminExchangeCoursePeriodsView.py
- AdminExchangeCoursesView.py
- AdminExchangeCourseUnitPeriodsView.py
- AdminExchangeCourseUnitsView.py
- AdminExchangeStatisticsView.py
- Csrf.py
- InfoView.py
- CourseUnitEnrollmentView.py
- DocsView.py
- ExchangeCardMetadataView.py
- ExchangeExportView.py
- ExchangeRelatedView.py
- DirectExchangeValidationView.py
- ExchangeVerifyView.py
- AdminExchangeRequestAcceptView.py
- AdminExchangeRequestRejectView.py
- AdminMarketplaceView.py
- AdminRequestAwaitingInformationView.py
- DirectExchangeView.py
- ExchangeCancelView.py
- ExchangeCoursePeriodDetailView.py
- ExchangeCoursePeriodView.py
- ExchangeCourseUnitPeriodDetailView.py
- ExchangeCourseUnitPeriodView.py
- ExchangeUrgentView.py
- RevalidateExchangeView.py
- StudentEligibleCourseUnits.py
- StudentReceivedExchangesView.py
- StudentSentExchangesView.py
- StudentScheduleView.py
- StudentCourseMetadataView.py
- StudentPhotoView.py
- MarketplaceExchangeView.py
- ClassSerializer.py
- CourseSerializer.py
- CourseUnitEnrollmentsSerializer.py
- DirectExchangeParticipantsSerializer.py
- DirectExchangeSerializer.py
- ExchangeUrgentRequestSerializer.py
- MarketplaceExchangeClassSerializer.py
- StudentCourseMetadataSerializer.py
- participant.py
- session.py
- sessionsserver.py
- views.py
- ExchangeHasher.py
- sigarra_mock.py
- __init__.py
- admin.py
- apps.py
- auth.py
- auth_middleware.py
- models.py
- tests.py
- urls.py
- views.py
- .dockerignore
- .env.example
- Dockerfile
- entrypoint.sh
- entrypoint_prod.sh
- manage.py
- requirements.txt
- tasks.py
- openapi.yaml
- schema.png
- download.py
- upload.py
- config.cfg
- Dockerfile
- requirements.txt
- server.crt
- nginx.conf
- change_login.ps1
- change_login.sh
- change_login_with_name.ps1
- change_login_with_name.sh
- clean_auth.ps1
- clean_auth.sh
- login.ps1
- login.sh
- make_mock.py
- make_super.ps1
- make_super.sh
- mock_data.ps1
- mock_data.sh
- mock_data.sql
- readme.md
- exec.ps1
- exec.sh
- .gitignore
- docker-compose.yaml
- Makefile
- README.md
- tts-protobufs
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
docker compose
View Details ▼
docker compose
Run and manage multi container Docker applications.
docker compose ps
List all running containers:
docker compose up {{[-d|--detach]}}
Create and start all containers in the background using a `docker-compose.yml` file from the current directory:
docker compose up --build
Start all containers, rebuild if necessary:
docker
View Details ▼
docker
Manage Docker containers and images.
Some subcommands such as `container` and `image` have their own usage documentation.
docker {{[ps|container ls]}} {{[-a|--all]}}
List all Docker containers (running and stopped):
docker {{[run|container run]}} --name {{container_name}} {{image}}
Start a container from an image, with a custom name:
docker container {{start|stop}} {{container_name}}
Start or stop an existing container:
wsl
View Details ▼
wsl
Manage the Windows Subsystem for Linux.
wsl {{shell_command}}
Start a Linux shell (in the default distribution):
wsl {{[-e|--exec]}} {{command}} {{command_arguments}}
Run a Linux command without using a shell:
wsl {{[-d|--distribution]}} {{distribution}} {{shell_command}}
Specify a particular distribution:
