Skip to content
  • Tom Kunze's avatar
    config/urls: Fix inaccessible django-admin interface · 53facc05
    Tom Kunze authored
    Wrong order of url rules resulted in generic /<room> url from server
    catching django-admin as it matches also hyphen now.
    
    Redirect from /django-admin to /django-admin/ is needed as the generic
    room url would catch the version without the trailing slash. Trailing
    slash version is needed as the full url on subpages otherwise would not
    include it.
    53facc05