Commit 377146b6 authored by Eshtaol Girma's avatar Eshtaol Girma
Browse files

gitignore added

1 merge request!2copying main to develop
Showing with 55 additions and 0 deletions
+55 -0
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Spyder project settings
.spyderproject
.spyproject
# Rope project settings
.ropeproject
# mkdocs documentation
/site
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# Pyre type checker
.pyre/
# pytype static type analyzer
.pytype/
# Cython debug symbols
cython_debug/
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
# Generated by Django 4.2.1 on 2023-09-27 14:50
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
("disease_prediction", "0007_alter_prediction_additionalsuggestion"),
]
operations = [
migrations.AlterField(
model_name="prediction",
name="imageName",
field=models.CharField(max_length=600),
),
]
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
backend/mediafiles/images/photo_2023-08-30_16.04.30.jpeg

91.5 KB

backend/mediafiles/images/photo_2023-08-30_16.04.30_a10qrsc.jpeg

91.5 KB

backend/mediafiles/predictions/photo_2023-08-30_16.04.30.jpeg

148 KB

backend/mediafiles/predictions/photo_2023-08-30_16.04.30_kxwVZ7e.jpeg

148 KB

Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment