masonite
masonite copied to clipboard
The Modern And Developer Centric Python Web Framework. Be sure to read the documentation and join the Discord channel for questions: https://discord.gg/TwKeFahmPZ
### Describe the bug The docs say that you can get any errors in 2 different ways. ```python {{ session().get("errors") }} # or {{ errors().all() }} ``` Neither of these...
### Is your feature request related to a problem? im always frustrated when i have a syntax error and the server stops working ### What do we currently have to...
### Describe the bug ``` python craft auth ``` generates auth controllers and templates. but there is a mismatch in the name used in template from the Auth route names...
### Describe the bug While using request type POST and content-type is text/*. This is the error i get Traceback (most recent call last): web-1 | File "/usr/local/lib/python3.8/site-packages/masonite/app.py", line 227,...
### Is your feature request related to a problem? When job runs in background and if it fails then it log only the exception message, so it is very difficult...
### Is your feature request related to a problem? Need to add a way to add queue jobs to a redis server. ### What do we currently have to do...
### Describe the bug I'm following the the blog tutorial in a Windows Home 11 machine and the `pip install masonite` is failing. ```shell $ python -m pip install masonite...