├── README.md ├── chapter01 └── summary.md ├── chapter02 └── summary.md ├── chapter03 └── summary.md ├── chapter04 └── summary.md ├── chapter05 └── summary.md ├── chapter06 └── summary.md ├── chapter07 └── summary.md ├── chapter08 ├── ch8-fbv-and-cbv.md └── summary.md ├── chapter09 ├── ch09-func-based-view.md └── summary.md ├── chapter10 ├── imgs │ ├── 10_5_1.png │ ├── 10_5_2.png │ ├── dia.png │ ├── mro.png │ ├── new.png │ └── old-new.png └── summary.md ├── chapter11 └── summary.md ├── chapter12 └── summary.md ├── chapter13 └── summary.md ├── chapter14 └── summary.md ├── chapter15 └── summary.md ├── chapter16 └── summary.md ├── chapter17 ├── images │ ├── after_add_authtoken_migration.png │ ├── authtoken_running_migrations.png │ ├── claim-token.png │ ├── db_authtoken_token_fields.png │ ├── db_table_list.png │ ├── jwt-example.png │ ├── login_token_value.png │ ├── non_permission.png │ ├── oauth-token.png │ ├── register_tutor.png │ ├── session-login.png │ ├── token-login.png │ └── token_login.png └── summary.md ├── chapter18to20 └── summary.md ├── chapter21 └── summary.md ├── chapter22 └── summary.md ├── chapter23 └── summary.md ├── chapter24 └── summary.md ├── chapter25 └── summary.md ├── chapter26 └── summary.md ├── chapter29 └── summary.md ├── chapter30 └── summary.md └── studies ├── 20170628 └── django101.pdf ├── 20170707 └── 1to3.pdf ├── 20170712 └── 4to5.pdf ├── 20170719 └── 데이터 베이스 정규화 정리.pdf ├── 20170726 └── TSD_chapter7.pdf ├── 20170801 └── TSD_Ch8_9.pdf ├── 20170808 └── tsd_10.pdf ├── 20170823 └── CH12_13.pdf ├── 20170830 └── chapter_14_15.pdf ├── 20170912 └── chapter_16.pdf ├── 20170927 └── Admin.md ├── 20171011 └── packages.md └── 20171018 ├── images ├── assert_method.png ├── pytest_ex.png └── testerror_error.png └── test_modules.md /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/README.md -------------------------------------------------------------------------------- /chapter01/summary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/chapter01/summary.md -------------------------------------------------------------------------------- /chapter02/summary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/chapter02/summary.md -------------------------------------------------------------------------------- /chapter03/summary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/chapter03/summary.md -------------------------------------------------------------------------------- /chapter04/summary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/chapter04/summary.md -------------------------------------------------------------------------------- /chapter05/summary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/chapter05/summary.md -------------------------------------------------------------------------------- /chapter06/summary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/chapter06/summary.md -------------------------------------------------------------------------------- /chapter07/summary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/chapter07/summary.md -------------------------------------------------------------------------------- /chapter08/ch8-fbv-and-cbv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/chapter08/ch8-fbv-and-cbv.md -------------------------------------------------------------------------------- /chapter08/summary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/chapter08/summary.md -------------------------------------------------------------------------------- /chapter09/ch09-func-based-view.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/chapter09/ch09-func-based-view.md -------------------------------------------------------------------------------- /chapter09/summary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/chapter09/summary.md -------------------------------------------------------------------------------- /chapter10/imgs/10_5_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/chapter10/imgs/10_5_1.png -------------------------------------------------------------------------------- /chapter10/imgs/10_5_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/chapter10/imgs/10_5_2.png -------------------------------------------------------------------------------- /chapter10/imgs/dia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/chapter10/imgs/dia.png -------------------------------------------------------------------------------- /chapter10/imgs/mro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/chapter10/imgs/mro.png -------------------------------------------------------------------------------- /chapter10/imgs/new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/chapter10/imgs/new.png -------------------------------------------------------------------------------- /chapter10/imgs/old-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/chapter10/imgs/old-new.png -------------------------------------------------------------------------------- /chapter10/summary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/chapter10/summary.md -------------------------------------------------------------------------------- /chapter11/summary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/chapter11/summary.md -------------------------------------------------------------------------------- /chapter12/summary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/chapter12/summary.md -------------------------------------------------------------------------------- /chapter13/summary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/chapter13/summary.md -------------------------------------------------------------------------------- /chapter14/summary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/chapter14/summary.md -------------------------------------------------------------------------------- /chapter15/summary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/chapter15/summary.md -------------------------------------------------------------------------------- /chapter16/summary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/chapter16/summary.md -------------------------------------------------------------------------------- /chapter17/images/after_add_authtoken_migration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/chapter17/images/after_add_authtoken_migration.png -------------------------------------------------------------------------------- /chapter17/images/authtoken_running_migrations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/chapter17/images/authtoken_running_migrations.png -------------------------------------------------------------------------------- /chapter17/images/claim-token.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/chapter17/images/claim-token.png -------------------------------------------------------------------------------- /chapter17/images/db_authtoken_token_fields.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/chapter17/images/db_authtoken_token_fields.png -------------------------------------------------------------------------------- /chapter17/images/db_table_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/chapter17/images/db_table_list.png -------------------------------------------------------------------------------- /chapter17/images/jwt-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/chapter17/images/jwt-example.png -------------------------------------------------------------------------------- /chapter17/images/login_token_value.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/chapter17/images/login_token_value.png -------------------------------------------------------------------------------- /chapter17/images/non_permission.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/chapter17/images/non_permission.png -------------------------------------------------------------------------------- /chapter17/images/oauth-token.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/chapter17/images/oauth-token.png -------------------------------------------------------------------------------- /chapter17/images/register_tutor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/chapter17/images/register_tutor.png -------------------------------------------------------------------------------- /chapter17/images/session-login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/chapter17/images/session-login.png -------------------------------------------------------------------------------- /chapter17/images/token-login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/chapter17/images/token-login.png -------------------------------------------------------------------------------- /chapter17/images/token_login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/chapter17/images/token_login.png -------------------------------------------------------------------------------- /chapter17/summary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/chapter17/summary.md -------------------------------------------------------------------------------- /chapter18to20/summary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/chapter18to20/summary.md -------------------------------------------------------------------------------- /chapter21/summary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/chapter21/summary.md -------------------------------------------------------------------------------- /chapter22/summary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/chapter22/summary.md -------------------------------------------------------------------------------- /chapter23/summary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/chapter23/summary.md -------------------------------------------------------------------------------- /chapter24/summary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/chapter24/summary.md -------------------------------------------------------------------------------- /chapter25/summary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/chapter25/summary.md -------------------------------------------------------------------------------- /chapter26/summary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/chapter26/summary.md -------------------------------------------------------------------------------- /chapter29/summary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/chapter29/summary.md -------------------------------------------------------------------------------- /chapter30/summary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/chapter30/summary.md -------------------------------------------------------------------------------- /studies/20170628/django101.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/studies/20170628/django101.pdf -------------------------------------------------------------------------------- /studies/20170707/1to3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/studies/20170707/1to3.pdf -------------------------------------------------------------------------------- /studies/20170712/4to5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/studies/20170712/4to5.pdf -------------------------------------------------------------------------------- /studies/20170719/데이터 베이스 정규화 정리.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/studies/20170719/데이터 베이스 정규화 정리.pdf -------------------------------------------------------------------------------- /studies/20170726/TSD_chapter7.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/studies/20170726/TSD_chapter7.pdf -------------------------------------------------------------------------------- /studies/20170801/TSD_Ch8_9.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/studies/20170801/TSD_Ch8_9.pdf -------------------------------------------------------------------------------- /studies/20170808/tsd_10.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/studies/20170808/tsd_10.pdf -------------------------------------------------------------------------------- /studies/20170823/CH12_13.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/studies/20170823/CH12_13.pdf -------------------------------------------------------------------------------- /studies/20170830/chapter_14_15.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/studies/20170830/chapter_14_15.pdf -------------------------------------------------------------------------------- /studies/20170912/chapter_16.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/studies/20170912/chapter_16.pdf -------------------------------------------------------------------------------- /studies/20170927/Admin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/studies/20170927/Admin.md -------------------------------------------------------------------------------- /studies/20171011/packages.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/studies/20171011/packages.md -------------------------------------------------------------------------------- /studies/20171018/images/assert_method.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/studies/20171018/images/assert_method.png -------------------------------------------------------------------------------- /studies/20171018/images/pytest_ex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/studies/20171018/images/pytest_ex.png -------------------------------------------------------------------------------- /studies/20171018/images/testerror_error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/studies/20171018/images/testerror_error.png -------------------------------------------------------------------------------- /studies/20171018/test_modules.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8percent/tsd/HEAD/studies/20171018/test_modules.md --------------------------------------------------------------------------------