We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello.
I would like to have a control over routing of urls so they don't depend on names of apps and models. Is that possible ?
The text was updated successfully, but these errors were encountered:
How about using custom_postfix_url, which will allow you to add your custom url. You can Check this Example for custom url.
custom_postfix_url
Feel free to close this when you don't have anymore questions.
Sorry, something went wrong.
Hi, I am a django beginner, but I am very glad I have come across your utility.
I agree however that the hardcoded appname-model-action syntax is a bit limiting. For instance, if one's app's urls are namespaced like so:
appname-model-action
url(r'^myapp/', include('myapp.urls', namespace='myapp'))
Then all the views inside that app will not be accessible via your url naming scheme.
No branches or pull requests
Hello.
I would like to have a control over routing of urls so they don't depend on names of apps and models. Is that possible ?
The text was updated successfully, but these errors were encountered: