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
While the canonical thing to do is have "admin" be the url namespace for admin, we've got TWO different admins. I've since moved away from having one be "admin" for some unforgotten reason. Anyway I was wondering if we could have a setting so that one could define the namespace url to use for colloquialisms. I'm not sure if this is against the Django philosophy.
While the canonical thing to do is have "admin" be the url namespace for admin, we've got TWO different admins. I've since moved away from having one be "admin" for some unforgotten reason. Anyway I was wondering if we could have a setting so that one could define the namespace url to use for colloquialisms. I'm not sure if this is against the Django philosophy.
For example, this exists,
but instead what if we could do,
where
COLLOQUIALISMS_ADMIN_NAMESPACE="some_string"
.The text was updated successfully, but these errors were encountered: