masonite icon indicating copy to clipboard operation
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

Results 75 masonite issues
Sort by recently updated
recently updated
newest added

### Is your feature request related to a problem? remember me password ### What do we currently have to do now? remember me password ### Describe the solution you'd like...

enhancement

### Describe the bug i am using masonite api . its working perfect on localhost. but when i go to production then its showing api routes not found 404. ###...

bug

### Describe the bug how to get value from form with multiple inputs with same name and save in db. ### Expected behaviour how to get value from form with...

question

### Describe the bug masonite api not working on subdomain ### Expected behaviour _No response_ ### Steps to reproduce the bug _No response_ ### Screenshots _No response_ ### OS Linux...

bug

Fix MasoniteFramework/masonite#663. # Specifications Available drivers are: `terminal`, `single`, `daily`, `syslog`, `slack`. Logging configuration is done in `config/logging.py` ```python CHANNELS = { "default": { "driver": "console", # those settings will...

Next Major Only

```shell masonite/input/InputBag.py:5: DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13 ``` Check this : - [https://peps.python.org/pep-0594/#cgi](https://peps.python.org/pep-0594/#cgi) - [https://github.com/defnull/multipart](https://github.com/defnull/multipart)

Next Major Only

### Is your feature request related to a problem? Hope to add a queue driver: redis ### What do we currently have to do now? _No response_ ### Describe the...

enhancement