fuck it im done
static files dont want to show up. I literally cannot serve static files
This commit is contained in:
23
currencyproj/home/migrations/0003_auto_20210205_1213.py
Normal file
23
currencyproj/home/migrations/0003_auto_20210205_1213.py
Normal file
@ -0,0 +1,23 @@
|
||||
# Generated by Django 3.1.6 on 2021-02-05 12:13
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('home', '0002_auto_20210205_0037'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='upload_image',
|
||||
name='image',
|
||||
field=models.FileField(upload_to='static/images/'),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='upload_video',
|
||||
name='video',
|
||||
field=models.FileField(upload_to='static/videos/'),
|
||||
),
|
||||
]
|
23
currencyproj/home/migrations/0004_auto_20210205_1216.py
Normal file
23
currencyproj/home/migrations/0004_auto_20210205_1216.py
Normal file
@ -0,0 +1,23 @@
|
||||
# Generated by Django 3.1.6 on 2021-02-05 12:16
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('home', '0003_auto_20210205_1213'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='upload_image',
|
||||
name='image',
|
||||
field=models.FileField(upload_to='images/'),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='upload_video',
|
||||
name='video',
|
||||
field=models.FileField(upload_to='videos/'),
|
||||
),
|
||||
]
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
currencyproj/home/migrations/__pycache__/__init__.cpython-36.pyc
Normal file
BIN
currencyproj/home/migrations/__pycache__/__init__.cpython-36.pyc
Normal file
Binary file not shown.
Reference in New Issue
Block a user