-
Environment:
Request Method: GET
Request URL: http://172.17.0.1/
Django Version: 1.8.18
Python Version: 2.7.9
Installed Applications:
('modeltranslation',
'django.contrib.auth',
'djang…
-
When trying to print a map, the following error message is given
Communication Trouble: Status undefined [object, Object]
Verified the yaml file is correct. Issue is reproducible on alpha dev serve…
-
**When trying to upload a new layer, after the web interface finishes uploading the data, I get an error beginning with:**
UnboundLocalError at /layers/upload local variable 'saved_layer' reference…
-
Hi, just came across the repo while checking out potential geonode deployments I could utilise for a regional open GIS data portal. Tried out the docker-compose build on a latest docker for mac build…
-
This cause the following error when running syncdb:
$ ./manage.py syncdb
System check identified some issues:
WARNINGS:
wm_extra.LayerStats.layer: (fields.W342) Setting unique=True on a Foreig…
-
I keep getting this error when I have multiple people on the site or when many transmissions hit at once...
```
Traceback (most recent call last):
File "/home/radio/trunk-player/env/lib/python…
-
cezio updated
7 years ago
-
Hello
First, congratulate them on the launch of the new version of Cartoview.
I have tested:
1.- Install Geonode 2.6 Using Django 1.8.17, using repository in Ubuntu 16.04 sudo add-apt-repositor…
-
I deployed master yesterday and when I try metadata details I get this error:
```
Environment:
Request Method: GET
Request URL: http://2c.terranodo.io/layers/geonode:med_ghs_built_lds1975_glob…
-
I installed Stripe using project starter. Later on I added Cohorts and Waitinglist.
Anyway, I decided to change database engine from SQLite to MySQL using mysqlclient.
```
DATABASES = {
…