Skip to content
New issue

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

/admin panel jquery issues - documentation change #29

Open
davidhietpas opened this issue Mar 6, 2013 · 0 comments
Open

/admin panel jquery issues - documentation change #29

davidhietpas opened this issue Mar 6, 2013 · 0 comments

Comments

@davidhietpas
Copy link

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')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant