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
There is incorrect documentation at http://docs.formalchemy.org/pyramid_formalchemy/.
If you are experiencing issues were the admin panel is missing css, js and jquery, make the following changes...
For the part of "It’s better to enable the jquery features like this:"
In the documentation they state... config.include('pyramid_formalchemy') config.include('fa.jquery')
Make sure to do this... config.include('pyramid_formalchemy') config.include('pyramid_fanstatic') config.include('fa.jquery')
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There is incorrect documentation at http://docs.formalchemy.org/pyramid_formalchemy/.
If you are experiencing issues were the admin panel is missing css, js and jquery, make the following changes...
For the part of "It’s better to enable the jquery features like this:"
In the documentation they state...
config.include('pyramid_formalchemy')
config.include('fa.jquery')
Make sure to do this...
config.include('pyramid_formalchemy')
config.include('pyramid_fanstatic')
config.include('fa.jquery')
The text was updated successfully, but these errors were encountered: