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
Currently there seems to be no way to use a module with a name different than ajax.py to place the ajax functions into.
ajax.py
In a project I'm working on, we already have a package inside the app directory that's called ajax. This causes conflicts of course.
Please create a configuration variable for settings.py that allows the user to configure the name of the ajax functions module.
settings.py
The text was updated successfully, but these errors were encountered:
That would be excellent. There is also a patch (not mergeable right now) #53
If anybody provide an interesting solution I would love to merge it :)
Sorry, something went wrong.
No branches or pull requests
Currently there seems to be no way to use a module with a name different than
ajax.py
to place the ajax functions into.In a project I'm working on, we already have a package inside the app directory that's called ajax. This causes conflicts of course.
Please create a configuration variable for
settings.py
that allows the user to configure the name of the ajax functions module.The text was updated successfully, but these errors were encountered: