diff --git a/osinaweb/db.sqlite3 b/osinaweb/db.sqlite3 index 23cc8f0d..dedcbc67 100644 Binary files a/osinaweb/db.sqlite3 and b/osinaweb/db.sqlite3 differ diff --git a/osinaweb/osinacore/__pycache__/models.cpython-310.pyc b/osinaweb/osinacore/__pycache__/models.cpython-310.pyc index 54ca5036..fbfa465a 100644 Binary files a/osinaweb/osinacore/__pycache__/models.cpython-310.pyc and b/osinaweb/osinacore/__pycache__/models.cpython-310.pyc differ diff --git a/osinaweb/osinacore/migrations/0106_alter_projectfile_file.py b/osinaweb/osinacore/migrations/0106_alter_projectfile_file.py new file mode 100644 index 00000000..0bb9e8f1 --- /dev/null +++ b/osinaweb/osinacore/migrations/0106_alter_projectfile_file.py @@ -0,0 +1,18 @@ +# Generated by Django 4.2.5 on 2024-08-14 07:44 + +from django.db import migrations, models + + +class Migration(migrations.Migration): + + dependencies = [ + ('osinacore', '0105_remove_projectfile_name_remove_projectfile_project_and_more'), + ] + + operations = [ + migrations.AlterField( + model_name='projectfile', + name='file', + field=models.FileField(null=True, upload_to='project_files'), + ), + ] diff --git a/osinaweb/osinacore/migrations/__pycache__/0106_alter_projectfile_file.cpython-310.pyc b/osinaweb/osinacore/migrations/__pycache__/0106_alter_projectfile_file.cpython-310.pyc new file mode 100644 index 00000000..6b9aaedd Binary files /dev/null and b/osinaweb/osinacore/migrations/__pycache__/0106_alter_projectfile_file.cpython-310.pyc differ diff --git a/osinaweb/osinacore/models.py b/osinaweb/osinacore/models.py index 2cc9bd80..8a288d62 100644 --- a/osinaweb/osinacore/models.py +++ b/osinaweb/osinacore/models.py @@ -299,7 +299,7 @@ class ProjectFileAlbum(models.Model): class ProjectFile(models.Model): album = models.ForeignKey(ProjectFileAlbum, on_delete=models.CASCADE, null=True) - file = models.FileField(null=True) + file = models.FileField(null=True, upload_to='project_files') date_added = models.DateTimeField(null=True) diff --git a/osinaweb/static/images/fDrop_down_menu_fileds_details_.docx b/osinaweb/static/images/fDrop_down_menu_fileds_details_.docx deleted file mode 100644 index 86effda5..00000000 Binary files a/osinaweb/static/images/fDrop_down_menu_fileds_details_.docx and /dev/null differ diff --git a/osinaweb/static/images/fDrop_down_menu_fileds_details__1.docx b/osinaweb/static/images/fDrop_down_menu_fileds_details__1.docx deleted file mode 100644 index ff72cdcf..00000000 Binary files a/osinaweb/static/images/fDrop_down_menu_fileds_details__1.docx and /dev/null differ diff --git a/osinaweb/static/images/fDrop_down_menu_fileds_details__1_RdQEz2w.docx b/osinaweb/static/images/fDrop_down_menu_fileds_details__1_RdQEz2w.docx deleted file mode 100644 index ff72cdcf..00000000 Binary files a/osinaweb/static/images/fDrop_down_menu_fileds_details__1_RdQEz2w.docx and /dev/null differ diff --git a/osinaweb/static/images/fDrop_down_menu_fileds_details__Sqw218F.docx b/osinaweb/static/images/fDrop_down_menu_fileds_details__Sqw218F.docx deleted file mode 100644 index 86effda5..00000000 Binary files a/osinaweb/static/images/fDrop_down_menu_fileds_details__Sqw218F.docx and /dev/null differ diff --git a/osinaweb/static/images/finaltemplate2_1.pdf b/osinaweb/static/images/finaltemplate2_1.pdf deleted file mode 100644 index 18da87ea..00000000 Binary files a/osinaweb/static/images/finaltemplate2_1.pdf and /dev/null differ