mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-06-02 18:39:39 +00:00
add host name for logs beside others
This commit is contained in:
@@ -3,6 +3,7 @@ from django.utils.translation import gettext_lazy as _
|
||||
|
||||
class Logs(Model):
|
||||
user = CharField(_("user"), max_length=50)
|
||||
host = CharField(_("host"), max_length=50, default="-")
|
||||
instance = CharField(_("instance"), max_length=50)
|
||||
message = CharField(_("message"), max_length=255)
|
||||
date = DateTimeField(_("date"), auto_now=True)
|
||||
|
||||
Reference in New Issue
Block a user