• This project
    • Loading...
  • Sign in

2020-1-capstone-design1 / PKH_Project1

%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 2
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • PKH_Project1
  • web
  • djangoBackend
  • api
  • migrations
  • 0003_auto_20200420_1547.py
  • Yoonjunhyeon's avatar
    장고 백엔드 적용 및 vue와 연결 · 4a2384b6
    4a2384b6
    Yoonjunhyeon authored 2020-04-21 02:07:00 +0900
0003_auto_20200420_1547.py 392 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
# Generated by Django 3.0.5 on 2020-04-20 15:47

from django.db import migrations
import jsonfield.fields


class Migration(migrations.Migration):

    dependencies = [
        ('api', '0002_auto_20200420_1542'),
    ]

    operations = [
        migrations.AlterField(
            model_name='video',
            name='tags',
            field=jsonfield.fields.JSONField(),
        ),
    ]