Re: [Arches] Where is django configuration file my_project.settings

2019-05-21 Thread Martha S
Adam, There is another setting in settings.py that needs to be updated to allow for projects that aren't named arches: APP_ROOT = os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe( is going to result in a path that includes the name of my project. APP_Root is then used

Re: [Arches] Where is django configuration file my_project.settings

2019-05-16 Thread Martha S
Yes, Adam, those were the instructions I followed. Looks like I have more configuring to do before I can share the link with the programmer, but this change you just recommended opens Arches to the What is Arches page from my desktop. Big step forward, thank you. Thanks, Martha On Thursday,

Re: [Arches] Where is django configuration file my_project.settings

2019-05-16 Thread Adam Cox
Ok, are you using this documentation for setting up Apache? https://arches.readthedocs.io/en/stable/serving-arches-with-apache/#setup-apache Now that I'm looking at it, I think the paths in it should be updated to use the my_project context that we use in the main installation instructions. Looks l

Re: [Arches] Where is django configuration file my_project.settings

2019-05-16 Thread Martha S
My development server is running fine, too, Adam, This problem surfaces when we try to deploy in Apache. Martha On Thursday, May 16, 2019 at 11:40:56 AM UTC-7, Adam Cox wrote: > > Hi Martha, > > I just unmarked Colin's answer as a duplicate so that I could address the > settings question he had

Re: [Arches] Where is django configuration file my_project.settings

2019-05-16 Thread Adam Cox
Hi Martha, I just unmarked Colin's answer as a duplicate so that I could address the settings question he had. In short, if you are having trouble, I think it must be a different issue; it sounds like his development server was running fine. Cheers, Adam On Thu, May 16, 2019 at 1:25 PM Martha S

[Arches] Where is django configuration file my_project.settings

2019-05-16 Thread Martha S
Since Colin's thread was locked and re-directed, I'm using the same title to respond to his comment regarding my_project.settings. When we reached the same point with the same problem, I examined some of the stack trace. As Colin is doing, I am installing arches on a new machine, not upgrading a