Skip to content
Snippets Groups Projects
Verified Commit 45e6e625 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

fix: rename session cookie -> steering_sessionid

parent 74564f04
No related branches found
No related tags found
No related merge requests found
Pipeline #9107 passed
Pipeline: aura-tests

#9108

    ......@@ -131,6 +131,8 @@ INSTALLED_APPS = (
    DEFAULT_AUTO_FIELD = "django.db.models.AutoField"
    SESSION_COOKIE_NAME = "steering_sessionid"
    # When generating schedules/timeslots:
    # If last_date wasn't set manually, add timeslots until these number of days after the start_date
    AUTO_SET_LAST_DATE_TO_DAYS_IN_FUTURE = 365
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment