-
Notifications
You must be signed in to change notification settings - Fork 13
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
django-scribbler is now not installable from source #89
Comments
Yes that was a purposeful choice. There are docs on installing an unstable release here http://django-scribbler.readthedocs.org/en/latest/contributing.html#installing-an-unstable-release |
Thank you for information |
Maybe this should be added to setup.py to make it easier to install with It can be implemented like so: |
I'm -0 on the idea. Building the CSS and JS required LESS and RequireJS which would still need to be present before you could run the setup.py. |
if someone trying to install django-scribbler from git then it's better to fail install with "lessc: command not found" instead of silently installing without required static files |
Either way you are going to have to read the docs on how to resolve it. The docs for the current behavior have already been written. |
I'm trying to build package locally:
This happens because underscore url is redirected |
I fixed this in #161 |
side libraries like require.js ans codemirror were removed in f194cd1. This change made it imposible to use djagno-scribbler after installing directly from github: not all js files are available
The text was updated successfully, but these errors were encountered: