Hello,
I'm running into a little bit of trouble getting static files served using
the 'mayan-edms.py runserver' command I used in earlier versions.
My goal is to basically have it working like I did in 2.1 - I simply run
the 'runserver' command, and I have a development environment running; each
load of a file is logged to the console and everything is great!
Currently, what I have is it serving the main content, but no static files
- all static requests return 500 errors.
My setup is as follows:
1. Debian x64 system
2. Mayan is installed in a virtualenv using pip ("pip install mayan-edms").
3. I've created a 'local.py' file in
'/lib/python2.7/site-packages/mayan/settings/' and added 'DEBUG=True', as
shown here: https://gitlab.com/mayan-edms/mayan-edms/issues/368
4. I've verified that my local.py file is being picked up - I've deleted
all the .pyc files in that directory, and when I run the runserver command,
it creates 'local.pyc' again.
When I run it using the runserver command, I get no errors, and no logging
of anything in the console, not even the browser request that brings me to
the login screen(which obviously returns 200 in the browser).
(It *is* being loaded from this instance of Mayan, however - killing the
runserver command, the page doesn't load at all, as expected).
Any ideas on how to make debug mode work?
Thanks,
-Rob
--
---
You received this message because you are subscribed to the Google Groups
"Mayan EDMS" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.