You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 25, 2019. It is now read-only.
Ah, I get it. Yes, could be a real issue. When I first thought about allowing user registration I started thinking about changing a little bit the URL format:
notto.io/u/<username> for users
notto.io/n/<note> for notes
This would allow us to freely use whatever comes after the site's domain, like /admin, /login and /logout, /about, and whatever else would be cool to have.
I agree with you.
We have a problem in refactoring URLs also!
The URLs wrote in hard codes! It's to better to use the Django's utilities to call URLs,
e.g. django.shortcuts.reverse in views, url template tag in templates.
Now, if we want to refactor URLs structure as you suggest, we should change several parts of the code.
I suggest using Django's approach in URLs refactoring :)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Django admin interface doesn't launch in
/admin
.I think the admin path has a conflict with notto's app URLs.
The text was updated successfully, but these errors were encountered: