I run this:
- git clone https://github.com/getsentry/sentry
- python setup.py develop
It seems all ok, but when I access sentry from browser, 404 appends on sentry.css.
what's wrong?
I run this:
It seems all ok, but when I access sentry from browser, 404 appends on sentry.css.
what's wrong?
The 'setup.py develop' process is responsible for generating static media on demand when needed. Is it possible its failing? You can also run 'python setup.py build_static' to run it again. You'll need npm 0.12.x or newer for it to function.