Move apps in main directory

Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
Emmy D'Anello 2023-03-22 11:11:35 +01:00
parent 2a545dae10
commit 1d81213773
Signed by: ynerant
GPG Key ID: 3A75C55819C8CF85
132 changed files with 534 additions and 547 deletions

File diff suppressed because it is too large Load Diff

View File

View File

@ -30,7 +30,7 @@ class Command(BaseCommand):
else:
stat_file = os.stat("tfjm/static/logo.png")
with open("tfjm/static/logo.png", "rb") as f:
resp = (await Matrix.upload(f, filename="logo.png", content_type="image/png",
resp = (await Matrix.upload(f, filename="../../../tfjm/static/logo.png", content_type="image/png",
filesize=stat_file.st_size))[0][0]
avatar_uri = resp.content_uri
with open(".matrix_avatar", "w") as f:

View File

@ -3,7 +3,6 @@
import datetime
import django.core.validators
from django.db import migrations, models
import django.db.models.deletion
import django.utils.timezone
import participation.models

Some files were not shown because too many files have changed in this diff Show More