Skip to content

Commit 9b1f119

Browse files
committed
docs: Update README.md
1 parent 7aa49a1 commit 9b1f119

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Start Django ✨
1+
# Getting started with Django ✨
22
[Django Documentation Tutorial](https://docs.djangoproject.com/ko/3.2/intro/)을 따라가며 코드 및 배운 내용을 기록합니다.
33

44
- **기간** : 2021.08.23 ~ 2021.08.27
@@ -22,11 +22,11 @@
2222

2323
## Docs
2424

25-
| # | title | date |
26-
| :--: | :-------------------------------------------------: | :--------: |
27-
| 01 | [Start Django](docs/01-start_django.md) | 2021-08-23 |
28-
| 02 | [Database and Admin](docs/02-database_and_admin.md) | 2021-08-24 |
29-
25+
| # | title | date |
26+
| :--: | :----------------------------------------------: | :--------: |
27+
| 01 | [Start Django](docs/01-start_django.md) | 2021.08.23 |
28+
| 02 | [Database and Admin](docs/02-database_and_admin.md) | 2021.08.24 |
29+
| 03 | [Views](docs/03-views.md) | 2021.08.24 |
3030

3131

3232
## Reference

0 commit comments

Comments
 (0)