-
Hi folks,
as you know data bindings allows you to restrict execution unsafe methods on a model by implementing your custom code in the has_permission method.
I am seeking for a way to do it the …
-
Hi @keithwhor, thanks for this amazing framework, I'm really happy to finally have a Django-like ORM to work with in Node JS.
I just want to ask you, What are your thoughts about Websocket support?, …
-
My main Domotica backbone is build upon MQTT.
Other sensors and my main system (openHAB) communicate over MQTT. I also use [MQTTWarn](https://github.com/jpmens/mqttwarn) from Jan-Piet Mens, which enab…
-
Hey, I know this is super early stuff, but I ran into an issue trying to go from MPTT to cte-forest.
When I attempt to view the admin page for my model, I get:
```
Exception Value:
Cannot resolve k…
-
For the future:
``` python
WARNING 02:45:40 12/12/2015 py.warnings ./dmoj/urls.py:44: RemovedInDjango110Warning: Support for string view arguments to url() is deprecated and will be remov…
-
I was interested in exploring more of this project but some of the terms and relationships used are not clear -- even after reading the documentation.
1) What is provider and why are they needed ? If…
-
Get an error when I am logged in as a user that is not the creator of the topic --
error at /forum/topic/6/post/add/
[Errno 111] Connection refused
I'm probably doing something stupid? Thanks!
Inte…
-
As part of my journey to understand how Invenio is working, I have been trying to understand how records are represented, stored and queried in pu. As I found several ways to access records and severa…
-
```
What steps will reproduce the problem?
Run the Django test suite (as of rev. 9788) against an SQL Server 2000
database using django-pyodbc trunk as of r134
The Django test suite is a good way to…
-
Hi,
I am trying to open a websocket using pushpin in django. I am getting the following error.
route file is
\* 127.0.0.1:8000,over_http
I have started the pushpin proxy server, installed djang…