Sam Collins
Sam Collins
Hi I am trying to use the Django models JSONField but because its structure can be changed I am not sure of its properties. Is there anyway I can avoid...
We would really like to support Django 3 in out app but use django-pgviews quite alot and it uses on six which is now removed. From what I can tell...
In the old version there was the ability for a player to login and see there current information. This was a read only view. This was used by a few...
Containers are now stored in there own table with the below schema ```sql CREATE TABLE `containers` ( `id` int(6) NOT NULL AUTO_INCREMENT, `pid` varchar(17) NOT NULL, `classname` varchar(32) NOT NULL,...