Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

URL Paths

seamussmith edited this page Jan 31, 2022 · 6 revisions

URL Paths

App

/

Index page.

/create-schedule

Schedule creation form. Requires Staff+ Authorization.

/schedule/<int:schedule_id>

Schedule viewing page. Lists out all dates for available timeslots.

/schedule/<int:schedule_id>/<datetime:date>

Schedule timeslot viewing page for the given date.

Admin

/admin

Django admin.

Authorization and Accounts

/accounts/google/login

Google login url.

/accounts/google/callback

Callback url for Google login.

/logout

Logout path.