mirror of https://github.com/jumpserver/jumpserver
16 lines
290 B
Python
16 lines
290 B
Python
![]() |
# -*- coding: utf-8 -*-
|
||
|
# Generated by Django 1.11.13 on 2018-07-10 08:41
|
||
|
from __future__ import unicode_literals
|
||
|
|
||
|
from django.db import migrations, models
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('users', '0011_user_source'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
]
|