Moved License model to separate folder

This commit is contained in:
Kristofers Solo
2023-04-09 13:20:45 +03:00
parent 743035a9b5
commit fdf8833523
6 changed files with 27 additions and 20 deletions

View File

@@ -1,4 +1,4 @@
# Generated by Django 4.1.7 on 2023-04-08 12:47
# Generated by Django 4.1.7 on 2023-04-09 10:17
from django.conf import settings
from django.db import migrations, models
@@ -93,7 +93,7 @@ class Migration(migrations.Migration):
),
migrations.AddField(
model_name='project',
name='project_type',
field=models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.CASCADE, to='fossdb.tag'),
name='tag',
field=models.ManyToManyField(to='fossdb.tag'),
),
]