Re: CRUD Operations Without Model

2020-03-26 Thread pot-potato
Hey, whatever your name is, There is a command called *inspectdb *in Django (*python manage.py inspectdb*). Basically it reads database tables configuration and creates a models script. which can be copied into models.py then use it. And make sure that they are in models class meta for these t

Django Channels inifnate group expair time or any alternative solution

2020-02-17 Thread pot-potato
Dear Django-Team, I trying to create an IoT application with Django Channels, this is my plan - I have is a python program that can fetch data from several hardware devices(PLC, Smart Sensors, etc..) and publish data into the Redis channel (this program is running 24/7 and 365 days).