more apps

This commit is contained in:
2024-04-26 12:43:00 +03:00
parent 52b209b176
commit 69a2160eb7
536 changed files with 33118 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# Generated by Django 3.0.8 on 2020-08-04 06:49
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('astrobasis', '0038_allwise'),
]
operations = [
migrations.RemoveField(
model_name='allwise',
name='image_url',
),
]