mirror of
https://github.com/jumpserver/jumpserver.git
synced 2026-01-14 20:16:04 +00:00
common app used as write public api or templatetags modify user list view and user edit view
6 lines
98 B
Python
6 lines
98 B
Python
from __future__ import unicode_literals
|
|
|
|
from django.db import models
|
|
|
|
# Create your models here.
|