Skip to content

More frontend fixes#62

Merged
dwilding merged 31 commits intomainfrom
more-frontend-fixes
Sep 16, 2025
Merged

More frontend fixes#62
dwilding merged 31 commits intomainfrom
more-frontend-fixes

Conversation

@evildmp
Copy link
Collaborator

@evildmp evildmp commented Sep 15, 2025

No description provided.

evildmp and others added 29 commits September 11, 2025 09:41
Now loads initial_data.yaml that includes built-in superuser and driver users.
Comment on lines +135 to +136
LOGIN_REDIRECT_URL = "projects:project_list"
LOGOUT_REDIRECT_URL = "projects:project_list"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just pushed a commit to add these to dashboard_rock_patch/dashboard/settings.py too.

urlpatterns = [
path("admin/doc/", include("django.contrib.admindocs.urls")),
path("admin/", admin.site.urls),
path("accounts/", include("django.contrib.auth.urls")),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does this do? I tried opening http://localhost:8000/accounts but I got a page not found error - so I must be misunderstanding something.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did some research into this. I understand the purpose now. It's so that we can use user authorisation URLs that don't need to go via the admin interface. This makes sense, now that we support live editing on the project pages.

Copy link
Collaborator

@dwilding dwilding left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved with a couple of suggestions

@dwilding dwilding merged commit dd4d99b into main Sep 16, 2025
3 of 4 checks passed
@dwilding dwilding deleted the more-frontend-fixes branch October 17, 2025 03:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants