mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-04 21:27:49 +02:00
Refactor communication to daemon
This commit is contained in:
@@ -6,9 +6,10 @@ class DriverConfiguration(SingletonModel):
|
||||
remote_host = models.GenericIPAddressField(
|
||||
protocol="IPv4", default="192.168.4.1")
|
||||
remote_port = models.SmallIntegerField(default=2560)
|
||||
timeout = models.SmallIntegerField(default=250)
|
||||
|
||||
def __str__(self):
|
||||
return "Driver Configuration"
|
||||
return "Configuration"
|
||||
|
||||
class Meta:
|
||||
verbose_name = "Driver Configuration"
|
||||
verbose_name = "Configuration"
|
||||
|
Reference in New Issue
Block a user