Skip to content

Commit 0c0503b

Browse files
committed
add web framework resource and update changelog
1 parent 8db0c0b commit 0c0503b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

content/pages/04-web-development/01-web-frameworks.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ frameworks, templating engines and
126126
* [Part 1: Handling requests](http://rahmonov.me/posts/write-python-framework-part-one/)
127127
* [Part 2: Routes, Class-Based Handlers and Unit Testing](http://rahmonov.me/posts/write-python-framework-part-two/)
128128
* [Part 3: Test Client and Templating Support](http://rahmonov.me/posts/write-python-framework-part-three/)
129+
* [Part 4: Exception Handling, Static Files and Middleware](http://rahmonov.me/posts/write-python-framework-part-four/)
129130

130131
* Check out the answer to the
131132
"[What is a web framework and how does it compare to LAMP?](http://stackoverflow.com/questions/4507506/what-is-a-web-framework-how-does-it-compare-with-lamp)"

content/pages/meta/00-change-log.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ on GitHub.
1616

1717
## 2019
1818
### April
19+
* Added new [web frameworks](/web-frameworks.html), [d3.js](/d3-js.html)
20+
and [Django REST framework](/django-rest-framework-drf.html) resources.
1921
* New [Stripe API](/stripe.html) resources.
2022

2123
### March

0 commit comments

Comments
 (0)