mconte79

Results 5 comments of mconte79

Hi @hishamkaram I added these line to settings.py (not local_settings.py): from cartoview import settings as cartoview_settings ``` INSTALLED_APPS = cartoview_settings.INSTALLED_APPS ROOT_URLCONF = cartoview_settings.ROOT_URLCONF APPS_DIR = os.path.abspath(os.path.join(PROJECT_ROOT, "apps")) PENDING_APPS = os.path.join(PROJECT_ROOT,...

Hi, I followed the instrunctions at the page http://docs.geonode.org/en/master/tutorials/install_and_admin/quick_install.html. Standard deployment for Ubuntu

Hi @hishamkaram I tried with your instructions: > 1) In the folder /usr/local/lib/python2.7/dist-packages I clone cartoview from github; > 2) I entered in cartoview folder and run "pip install -e...

hi @hishamkaram I have created the folder and seted the permission. I get the same problem and in apache log I found this ``` [Mon Sep 17 09:09:37.790338 2018] [wsgi:error]...

@hishamkaram it should be the last stable release available. Before run apt-get install geonode I run sudo add-apt-repository ppa:geonode/stable.