Explorar el Código

Media library added

master
Dirk Alders hace 4 años
padre
commit
d7b2d8a41e
Se han modificado 4 ficheros con 7 adiciones y 1 borrados
  1. 2
    0
      .gitignore
  2. 3
    0
      .gitmodules
  3. 1
    0
      media
  4. 1
    1
      pygal

+ 2
- 0
.gitignore Ver fichero

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

+ 3
- 0
.gitmodules Ver fichero

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

+ 1
- 0
media

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

+ 1
- 1
pygal

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

Loading…
Cancelar
Guardar