Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit 543ac55

Browse files
committed
Added blog submodule
"blog" is a Django project. It contains challenges for the web-development training block.
1 parent 3805f7b commit 543ac55

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule "problem-sets"]
22
path = problem-sets
33
url = https://github.com/edu-python-course/problem-sets
4+
[submodule "blog"]
5+
path = blog
6+
url = https://github.com/edu-python-course/blog

blog

Submodule blog added at 2e53141

0 commit comments

Comments
 (0)