Skip to content

Commit b9b4bf0

Browse files
committed
발표 데이터 수정
1 parent 48269dc commit b9b4bf0

File tree

4 files changed

+11
-85
lines changed

4 files changed

+11
-85
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# pyweb
1+
# Django Tutorial
22

3-
파이 웹 심포지움 웹사이드입니다.
3+
Django Tutorial 웹 사이트입니다.
44

55
## 기타
66
사용한 테마 : https://github.com/DigitaleGesellschaft/jekyll-theme-conference

_config.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ collections:
3434
speakers:
3535
output: true
3636
permalink: /:collection/:title/
37-
rooms:
38-
output: true
39-
permalink: /:collection/:title/
4037

4138
defaults:
4239
- scope:
@@ -49,11 +46,6 @@ defaults:
4946
type: speakers
5047
values:
5148
layout: speaker
52-
- scope:
53-
path: ""
54-
type: rooms
55-
values:
56-
layout: room
5749

5850
# Theme default values
5951
conference:

_data/program.yml

Lines changed: 9 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -1,76 +1,10 @@
11
days:
2-
- name: 1부
3-
abbr: 1부
4-
date: 2024-03-23
5-
rooms:
6-
- name: 제주
7-
talks:
8-
- name: "FastAPI와 함께 하는 문서 우선 개발(Document First Development, DFD)"
9-
time_start: '10:00'
10-
time_end: '10:40'
11-
- name: "FastAPI 던전 공략하기"
12-
time_start: '10:50'
13-
time_end: '11:30'
14-
- name: "FastAPI와 asyncio 생태계에서 커머스 서비스 구현하기"
15-
time_start: '11:50'
16-
time_end: '12:10'
17-
- name: "FastAPI를 활용한 MSA 설계"
18-
time_start: '14:00'
19-
time_end: '14:20'
20-
- name: "코드만으로 서버리스 API 인프라 구축하기 (with Serverless Framework)"
21-
time_start: '15:00'
22-
time_end: '15:40'
23-
- name: "FastAPI와 함께하는 비동기와 테스트"
24-
time_start: '15:50'
25-
time_end: '16:10'
26-
- name: "API 개발: 설계 먼저 할래, 구현 먼저 할래?"
27-
time_start: '16:20'
28-
time_end: '17:00'
29-
30-
- name: 동해
31-
talks:
32-
- name: "Django에 힙한 것 적용하기, 대신 찍먹해드립니다."
33-
time_start: '10:00'
34-
time_end: '10:40'
35-
- name: "생산성을 높여주는 CI/CD With Django, GitHub Actions"
36-
time_start: '10:50'
37-
time_end: '11:30'
38-
- name: "생산성을 위해 Django RESTFramework를 공부하다"
39-
time_start: '11:50'
40-
time_end: '12:10'
41-
- name: "Django RBAC 역할 기반 권한 관리 시스템 구축기"
42-
time_start: '14:00'
43-
time_end: '14:20'
44-
- name: "캐시 패턴의 진화사"
45-
time_start: '15:00'
46-
time_end: '15:40'
47-
- name: "장고 마이그레이션 팁: 불필요한 리소스 줄이기"
48-
time_start: '15:50'
49-
time_end: '16:10'
50-
- name: "API 개발: 설계 먼저 할래, 구현 먼저 할래?"
51-
time_start: '16:20'
52-
time_end: '17:00'
53-
54-
- name: 독도
55-
talks:
56-
- name: "Back To The Classic (부제: 배포 방식 변경으로 하루 30분 절약하기)"
57-
time_start: '10:00'
58-
time_end: '10:40'
59-
- name: "정답은 없지만 오답은 있답니다"
60-
time_start: '10:50'
61-
time_end: '11:30'
62-
- name: "SQLAlchemy & Postgres 미리 알았다면 좋았을 팁"
63-
time_start: '11:50'
64-
time_end: '12:10'
65-
- name: "Python의 flask에서 멀티 스레딩으로 큰 작업의 시간 줄이기"
66-
time_start: '14:00'
67-
time_end: '14:20'
68-
- name: "Serverless Exodus (feat. ECS Fargate, FastAPI)"
69-
time_start: '15:00'
70-
time_end: '15:40'
71-
- name: "과거로의 회귀? Hypermedia 기반 개발 fastapi HTMX 체험하기"
72-
time_start: '15:50'
73-
time_end: '16:10'
74-
- name: "API 개발: 설계 먼저 할래, 구현 먼저 할래?"
75-
time_start: '16:20'
76-
time_end: '17:00'
2+
- name: 1부
3+
abbr: 1부
4+
date: 2024-10-05
5+
rooms:
6+
- name: 독도
7+
talks:
8+
- name: "생산성을 위해 Django RESTFramework를 공부하다"
9+
time_start: "13:00"
10+
time_end: "18:00"
File renamed without changes.

0 commit comments

Comments
 (0)