FormAlchemy / pyramid_formalchemy

44 stars 14 forks source link

/admin panel jquery issues - documentation change #29

Open davidhietpas opened 11 years ago

davidhietpas commented 11 years ago

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