Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b227667

Browse files
authored
Merge pull request #922 from rickwest/patch-1
Update web.rst
2 parents bdaf525 + 96d17ff commit b227667

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/scenarios/web.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,17 @@ Pyramid does not have a large user base, unlike Django and Flask. It's a
129129
capable framework, but not a very popular choice for new Python web
130130
applications today.
131131

132+
Masonite
133+
--------
134+
135+
`Masonite <https://masoniteproject.com/>`_ is a modern and developer centric, "batteries included", web framework.
136+
137+
The Masonite framework follows the MVC (Model-View-Controller) architecture pattern and is heavily inspired by frameworks such as Rails and Laravel, so if you are coming to Python from a Ruby or PHP background then you will feel right at home!
138+
139+
Masonite comes with a lot of functionality out of the box including a powerful IOC container with auto resolving dependency injection, craft command line tools and the Orator active record style ORM.
140+
141+
Masonite is perfect for beginners or experienced developers alike and works hard to be fast and easy from install through to deployment. Try it once and you’ll fall in love.
142+
132143
Web Servers
133144
:::::::::::
134145

0 commit comments

Comments
 (0)