mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-10-22 00:09:14 +00:00
删除runcommand目录
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
from django.contrib import admin
|
||||
|
||||
# Register your models here.
|
@@ -1,12 +0,0 @@
|
||||
from django.db import models
|
||||
|
||||
|
||||
class Server(models.Model):
|
||||
ip = models.CharField(max_length=16)
|
||||
username = models.CharField(max_length=20)
|
||||
password = models.CharField(max_length=30)
|
||||
port = models.IntegerField(max_length=5)
|
||||
sudo = models.BooleanField()
|
||||
|
||||
def __unicode__(self):
|
||||
return self.ip
|
@@ -1,2 +0,0 @@
|
||||
from django.shortcuts import render
|
||||
|
Reference in New Issue
Block a user