• This project
    • Loading...
  • Sign in

노현종 / 2018-1-Capstone1-VulnNotti

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • Capstone1-VulnNotti
  • VulnNotti
  • myapp
  • migrations
  • 0004_delete_dynamicchecklist.py
  • 이경수's avatar
    dynamic.html 추가 · 162221b1
    162221b1
    이경수 authored 2018-05-29 18:37:11 +0900
0004_delete_dynamicchecklist.py 365 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
# -*- coding: utf-8 -*-
# Generated by Django 1.11.5 on 2018-05-23 06:27
from __future__ import unicode_literals

from django.db import migrations


class Migration(migrations.Migration):

    dependencies = [
        ('myapp', '0003_uploadfilemodel'),
    ]

    operations = [
        migrations.DeleteModel(
            name='DynamicCheckList',
        ),
    ]