jumpserver/apps/users/migrations/0012_auto_20180710_1641.py

16 lines
290 B
Python
Raw Normal View History

2018-11-13 07:57:44 +00:00
# -*- 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 = [
]