mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
15 lines
297 B
Python
Executable File
15 lines
297 B
Python
Executable File
# Generated by Django 2.2.7 on 2020-01-01 04:45
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
("interface", "0001_initial"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(name="books", options={"managed": False},),
|
|
]
|