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
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).
2 matches
Mail list logo