Closed diefenbach closed 7 years ago
Good points. Will take care of them.
2 + 3. Fixed
Please be aware that I resolved conflicts and forced pushed this branch.
setup.py does not define specific version of Django as a requirement. Because of that Django 1.10 is installed as a dependency of django-localflavour which might cause issues as soon as next Django release appears
Fixed
Using $.growl doesn't seem to work:
https://github.com/diefenbach/django-lfs/commit/931eaedaf57d2a822a14c2cfc2cd36947523de2d
LGTM :)
Pagination for Search page should be reimplemented with django's builtin pagination modules
Possibly
"STATIC_URL": context.get("STATIC_URL")
lines should be removed from lfs_tags as it doesn't seem to be used and it relies on django.template.context_processors.static context processor that is not included in default settings from installation docsAll occurences of {{ STATIC_URL }} in documentation should be replaced with {% static '...' %} for consistency with lfs-theme and because of lack of django.template.context_processors.static context processor within default settings from installation instructions