Media library added

This commit is contained in:
Dirk Alders 2020-01-31 00:24:42 +01:00
parent 410984d0e2
commit d7b2d8a41e
4 changed files with 7 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,6 +1,8 @@
config.py config.py
data/ data/
.settings
# ---> Python # ---> Python
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
__pycache__/ __pycache__/

3
.gitmodules vendored
View File

@ -16,3 +16,6 @@
[submodule "users"] [submodule "users"]
path = users path = users
url = https://git.mount-mockery.de/django_lib/users.git url = https://git.mount-mockery.de/django_lib/users.git
[submodule "media"]
path = media
url = https://git.mount-mockery.de/pylib/media.git

1
media Submodule

@ -0,0 +1 @@
Subproject commit fb5cafc8cc1f10b9f53b465a7b8c0a4a77226ab2

2
pygal

@ -1 +1 @@
Subproject commit d73c7363b7340163c02277750258a46ea2a00d20 Subproject commit 3061da63ade71420769d33094123fec9b32b757b