Re: [Arches] Arches v3 How to create new page and add new nav item and it link to page

2016-03-31 Thread Alexei Peters
Hi Dilan, You'll want to brush up on how Django works, but basically you'll need to add these items: 1. Add an html template for the page 2. Add a view to handle the request from the client 3. Add an entry in the urls.py file to route the request to the view 4. Edit the header.htm temp

Re: [Arches] Re: IMPLEMENTATION CONSIDERATIONS–-A LIST

2016-03-31 Thread Viktor_Getty
Great! Thanks a lot. I will try what you recommended to Thomas. Best, Viktor On Thursday, March 31, 2016 at 7:48:16 AM UTC-7, Adam Cox wrote: > Hi Viktor, Django isn't explicitly mentioned as a dependency because its > installation should be taken care of by the pip install arches or pip > ins

Re: [Arches] Re: IMPLEMENTATION CONSIDERATIONS–-A LIST

2016-03-31 Thread Adam Cox
Hi Viktor, Django isn't explicitly mentioned as a dependency because its installation should be taken care of by the pip install arches or pip install arches-hip commands. I have a feeling that these did not run correctly for you. Please see my recent response Thomas Paffen on this forum, bec

[Arches] Re: ImportError when using manage.py

2016-03-31 Thread Adam Cox
Hi Thomas, it sounds like arches and its dependencies did not install properly in your virtual environment. I've come across this problem on my own recently when installing on Windows 10. Is that the operating system you are using? If so, the following may be helpful: In my case, when I ran

[Arches] ImportError when using manage.py

2016-03-31 Thread Thomas Paffen
HI Guys, I'm new to arches and just installing it. When i execute the (ENV)$ python manage.py packages -o setup_elasticsearch command i get the Error File manage.py, line 22, in from django.core.management import execute_from_command_line ImportError: No module named django.core.management

[Arches] Arches v3 How to create new page and add new nav item and it link to page

2016-03-31 Thread Dilan
Hi All, I am already Installed Arches V3 into ubuntu 14.04 LTS. Its running good. Now I need to add a new page and how to do add new NAV menu item for that page. So can anyone Help me... Thanx. -- -- To post, send email to archesproject@googlegroups.com. To unsubscribe, send email to ar