Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects

Testinggoat/ch4 5

Merged Rahmania Astrid Mochtar requested to merge testinggoat/ch4-5 into master
9 files
+ 784
20
Compare changes
  • Side-by-side
  • Inline
Files
9
+ 20
0
# Generated by Django 2.1.7 on 2019-09-25 02:41
from django.db import migrations, models
class Migration(migrations.Migration):
initial = True
dependencies = [
]
operations = [
migrations.CreateModel(
name='Item',
fields=[
('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')),
],
),
]
Loading