fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
reversion
[redakcja.git]
/
src
/
depot
/
migrations
/
0008_rename_shop_site.py
1
# Generated by Django 4.1.9 on 2023-09-05 14:04
2
3
from django.db import migrations
4
5
6
class Migration(migrations.Migration):
7
8
dependencies = [
9
("depot", "0007_rename_shopbookpublish_sitebookpublish_and_more"),
10
]
11
12
operations = [
13
migrations.RenameModel(
14
old_name="Shop",
15
new_name="Site",
16
),
17
]