Pyvonix

Results 31 comments of Pyvonix

This will be very usefull feature!

I get **exactly** the same problem. After differents tests, when I use the same setup: NGINX (front as a reverse proxy) -> "a socket" -> daphne worker * with TCP...

Makes it possible to add a parameter to this configuration to turn off the upload function ? Something like that: ```python MARKDOWNX_UPLOAD = Flase # True as default ```

How do you return your CSRF TOKEN ? Does it return in the POST or store in session ??

In fact, markdown is a "normalized language" with a defined syntax (except if you decide to extend it). By seeing the source code of `markdownx` you can see the following...

Any news for this feature? More than two years the issue is open and one year the MR still waiting :'(

I just realize the code for one of my project. I will try to create PR when the code will be improved. But it's will be _something_ like this (based...

Thank @adi- for this great extension. I can propose you to solve this issue by creating a repertory in `markdownx\extensions` where we can put all future features you want to...

Yes, I have explicitly disable IPv6 stack at boot. So, the container run, but I get error from nginx due to the config. For the moment, I attach my custom...

Hi @kmehta03, They are two things in your `views.py`: 1. SomeForm should only take the current posted request 2. `is_valid` is a method That should be something like: ```py def...