-
pytest version 3.0.6
pytest-django-3.1.2
django-1.10
settings:
```python
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': BASE_DIR + '/var/db.sq…
-
I just updated to Django 1.11.1 (from 1.10.7) and although the project and the geo widget was working fine before, it now complain on startup about:
django.contrib.gis.gdal.error.GDALException: Cou…
-
GeoDjango's "Point" class expects the constructor arguments to be (longitude, latitude) rather than the more traditional (latitude, longitude). Inverting them results in some unexpected behaviour & va…
-
Emergency Response and possibly other teams will need to serve GeoJSON data from a PostGIS database. To do so project will require the use of [GeoDjango](https://docs.djangoproject.com/en/1.10/ref/con…
-
@miguelcleon I am unfamiliar with packages that use Djando so I don't really know where to start. Usually the boilerplate is to create a `setup.py` that installs the module, but I believe there are mo…
-
I have this problem:
![seleccion_308](https://cloud.githubusercontent.com/assets/5034215/24615262/7c9fdc6a-1896-11e7-89ba-1cf889091fbc.png)
THis happend after i save the field. I didn't add the se…
-
I'm trying to load a Vector layer (GeoJSON) over a OSM layer.
I'm using OpenLayers3 4.2.0 from CDN (`https://cdnjs.cloudflare.com/ajax/libs/ol3/4.2.0/ol-debug.js`) and a GeoDjango backend.
This …
-
-
geodjango allows you to define point fields it will be great to be able to generate data with them with auto fixtures.
thank you for your this App
-
```bash
(catmaid) catmaid@vmdmz170:~/catmaid/django$ ./projects/manage.py migrate
WARNING:root:GeoDjango's GDAL support was disabled by CATMAID, because it breaks TIFF support in pgmagick. See https…