-
@dimasciput
We need rived names to be visible to the user at all scales.
However, at certain scales (while zooming into the map) there are no river names available.
-
I have successfully utilize django-river in my django admin page.
the question is : Is there a demo or tutorial to utilize django-river in our CBV or FBV.
-
Hello @javrasya!
I'm Adding Proceeding Meta,don't display field "parents"
How to do?
Env: Python 2.7.6,Django 1.9.6,Django-river 0.9.0
-
I am trying to delete the entries associated with the model that has the Statefield. I am unable to delete them, because the TransitionalApproval Objects are protected. Please see a video of this in a…
rupin updated
4 years ago
-
```
Traceback (most recent call last):
File "/.../.pyenv/versions/3.10.6/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
self.run()
File "/.../.pyenv/versions/3.10.6/lib/pytho…
-
**Describe the bug**
I try and access http:///river-admin
**To Reproduce**
Steps to reproduce the behavior:
1. With `Django` version `2.2`
2. With `Python` version `3.6.9`
**Expected behav…
rupin updated
2 years ago
-
Using Django 1.6.1 with a GeoModelAdmin consisting of two maps. One with 1 geom field and the other with 2 geom fields similar to the exam for country admin shown below.
``` python
# admin.py
class …
-
@dimasciput despite applying the year filter to select data between 2004 and 2024, the search results in the detailed dashboard returned data for years earlier than 2004. See filter history vs occurre…
-
I succeseed to deploy django-river in my project, but I have minor issue which I can not delete any created one which get approval thru the workflow. I'm always getting this message when ever try to d…
-
My app is comprised of a form. I was wondering if it's possible to use django river so that when a client (non-admin) submits the form, the data automatically updates state to something like "Approved…