mirror of https://github.com/jumpserver/jumpserver
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
355 B
18 lines
355 B
# -*- coding: utf-8 -*-
|
|
# Generated by Django 1.11 on 2018-01-09 15:31
|
|
from __future__ import unicode_literals
|
|
|
|
import assets.models.asset
|
|
from django.db import migrations, models
|
|
import django.db.models.deletion
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('assets', '0002_auto_20180105_1807'),
|
|
]
|
|
|
|
operations = [
|
|
]
|