django.apps.AppConfiglyprox.accounts.apps.AccountsConfig - Undocumentedlyprox.dataexplorer.apps.DataExplorerConfig - Configuration for the dataexplorer app.lyprox.riskpredictor.apps.RiskConfig - Django configuration for the riskpredictor app.django.contrib.auth.forms.AuthenticationFormlyprox.accounts.forms.CustomAuthenticationForm - Custom form that allows assignment of classes to widgets.django.contrib.auth.mixins.LoginRequiredMixinlyprox.riskpredictor.views.AddCheckpointModelView - View for adding a new CheckpointModel instance.django.contrib.auth.models.AbstractBaseUserlyprox.accounts.models.User - Extending the base functionality of the default User class.django.contrib.auth.models.BaseUserManagerlyprox.accounts.models.UserManager - Custom manager for the User model.django.contrib.auth.models.PermissionsMixinlyprox.accounts.models.User - Extending the base functionality of the default User class.django.core.management.base.BaseCommandlyprox.accounts.management.commands.add_institutions.Command - Command to add institutions from a file or the command line.lyprox.accounts.management.commands.add_users.Command - Command to add users from a file or via arguments.lyprox.dataexplorer.management.commands.add_datasets.Command - Command to add datasets to database from initial JSON data.lyprox.riskpredictor.management.commands.add_riskmodels.Command - Command to add risk prediction models to database.django.db.migrations.Migrationlyprox.accounts.migrations.0001_initial.Migration - Undocumentedlyprox.dataexplorer.migrations.0001_initial.Migration - Undocumentedlyprox.riskpredictor.migrations.0001_initial.Migration - Undocumenteddjango.db.models.CharFieldlyprox.accounts.models.CountryField - Field for storing a country code.django.db.models.IntegerChoiceslyprox.settings.TStages - Tumor stages.django.db.models.Modellyprox.accounts.models.Institution - Class for an institution like a hospital/clinic.lyprox.dataexplorer.models.DatasetModel - Minimal model representing a dataset.lyprox.riskpredictor.models.CheckpointModel - Results of a round of parameter sampling for one of the lymph.models.django.db.models.TextChoiceslyprox.dataexplorer.subsites.Subsites.BaseOfTongue - Tumor subsites in the base of the tongue.lyprox.dataexplorer.subsites.Subsites.Cheek - Tumor subsites in the gums and cheeks.lyprox.dataexplorer.subsites.Subsites.FloorOfMouth - Tumor subsites in the floor of the mouth.lyprox.dataexplorer.subsites.Subsites.Gum - Tumor subsites in the gums.lyprox.dataexplorer.subsites.Subsites.Hypopharynx - Tumor subsites in the rest of the hypopharynx.lyprox.dataexplorer.subsites.Subsites.Larynx - Tumor subsites in the rest of the larynx.lyprox.dataexplorer.subsites.Subsites.Oropharynx - Tumor subsites in the rest of the oropharynx.lyprox.dataexplorer.subsites.Subsites.Palate - Tumor subsites in the palate.lyprox.dataexplorer.subsites.Subsites.Tongue - Tumor subsites in the tongue.lyprox.dataexplorer.subsites.Subsites.Tonsil - Tumor subsites in the tonsils.django.forms.ChoiceFieldlyprox.dataexplorer.forms.ThreeWayToggle - Field to choose one of three options: True, None and False.django.forms.Formlyprox.accounts.forms.InsitutionForm - Form for creating an institution. This is not yet in use or even functional.lyprox.dataexplorer.forms.DataexplorerForm - Form for querying the database.lyprox.riskpredictor.forms.RiskpredictorForm - Form for the riskpredictor dashboard page.django.forms.ModelFormlyprox.accounts.forms.SignupRequestForm - Form for requesting to be signed up by an administrator.lyprox.riskpredictor.forms.CheckpointModelForm - Form for creating a new CheckpointModel instance.django.forms.MultipleChoiceFieldlyprox.dataexplorer.forms.EasySubsiteChoiceField - Simple subclass that provides a convenience method to create subsite fields.django.forms.RadioSelectlyprox.dataexplorer.forms.ThreeWayToggleWidget - Widget that renders the three-way toggle button.django.forms.widgets.NumberInputlyprox.riskpredictor.forms.RangeInput - A widget for a range slider input field.django.views.generic.CreateViewlyprox.riskpredictor.views.AddCheckpointModelView - View for adding a new CheckpointModel instance.django.views.generic.ListViewlyprox.riskpredictor.views.ChooseCheckpointModelView - View for choosing a CheckpointModel instance.lyprox.accounts.forms.InsitutionForm.Meta - Meta class for the form.lyprox.accounts.forms.SignupRequestForm.Meta - Meta class for the form.lyprox.dataexplorer.models.DatasetModel.Meta - Meta options for the DatasetModel.lyprox.dataexplorer.subsites.Subsites - All tumor subsites as ICD-10 codes with the respective names.lyprox.loggers.FormLoggerMixinlyprox.accounts.forms.InsitutionForm - Form for creating an institution. This is not yet in use or even functional.lyprox.dataexplorer.forms.DataexplorerForm - Form for querying the database.lyprox.riskpredictor.forms.CheckpointModelForm - Form for creating a new CheckpointModel instance.lyprox.loggers.ModelLoggerMixinlyprox.accounts.models.Institution - Class for an institution like a hospital/clinic.lyprox.accounts.models.User - Extending the base functionality of the default User class.lyprox.dataexplorer.models.DatasetModel - Minimal model representing a dataset.lyprox.riskpredictor.models.CheckpointModel - Results of a round of parameter sampling for one of the lymph.models.lyprox.loggers.ViewLoggerMixinlyprox.riskpredictor.views.AddCheckpointModelView - View for adding a new CheckpointModel instance.lyprox.riskpredictor.views.ChooseCheckpointModelView - View for choosing a CheckpointModel instance.lyprox.riskpredictor.forms.CheckpointModelForm.Meta - Meta class for the form.lyprox.riskpredictor.models.CheckpointModel.Meta - Meta options for the CheckpointModel.mdx_math.MathExtensionlyprox.templatetags.customtags.MyMathExtension - Custom math extension for markdown.pydantic.BaseModellyprox.dataexplorer.query.BaseStatistics - Basic statistics to be computed and displayed on the dashboard.lyprox.views.AuthorName - Model for an author name.lyprox.views.Publication - Model for a publication.