mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-10-21 15:58:52 +00:00
add new app juser,jasset
This commit is contained in:
0
juser/__init__.py
Normal file
0
juser/__init__.py
Normal file
3
juser/admin.py
Normal file
3
juser/admin.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from django.contrib import admin
|
||||
|
||||
# Register your models here.
|
0
juser/migrations/__init__.py
Normal file
0
juser/migrations/__init__.py
Normal file
3
juser/models.py
Normal file
3
juser/models.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from django.db import models
|
||||
|
||||
# Create your models here.
|
3
juser/tests.py
Normal file
3
juser/tests.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from django.test import TestCase
|
||||
|
||||
# Create your tests here.
|
3
juser/views.py
Normal file
3
juser/views.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from django.shortcuts import render
|
||||
|
||||
# Create your views here.
|
Reference in New Issue
Block a user