Luqman Jr

Results 12 issues of Luqman Jr

I have two django projects deployed under apache(On Windows). Project A => 127.0.0.1:91 Project B =: 127.0.0.1.92 My httpd.conf file ``` LoadFile "C:/Python/Python310/python310.dll" LoadModule wsgi_module "C:/Users/luqman/.virtualenvs/fuel_delivery-2XkG-XG1/lib/site-packages/mod_wsgi/server/mod_wsgi.cp310-win_amd64.pyd" WSGIPythonHome "C:/Users/luqman/.virtualenvs/fuel_delivery-2XkG-XG1" LoadFile "C:/Python/Python310/python310.dll"...

I was trying to install mod-wsgi on windows (python=3.10) but I got an error. ```ERROR: Could not find a version that satisfies the requirement mod-wsgi==4.9.0 (from versions: 4.1.0, 4.1.1, 4.1.2,...

I have two API versions but each with it's own schemas ![image](https://user-images.githubusercontent.com/47332486/153483331-47b9687e-0f33-46af-87e0-461b45174a93.png) The problem all schemas are displayed on both ends How can I separate each schema to be displayed...

We would like to have a recipe for Fiber Client as well

enhancement

**Fiber version v2.34.1** **I have modified BodyLimit to 5Mb When I upload a file having more than specified bodyLimit instead of getting status 413, I receive connection is closed **...

☢️ Bug
🔍 Under Investigation

I have installed `psycopg` as `pipenv install psycopg` My database settings ``` "default": { "ENGINE": "django.db.backends.postgresql", "NAME": config("DB_NAME"), "USER": config("DB_USER"), "PASSWORD": config("DB_PASSWORD"), "HOST": config("DB_HOST"), "PORT": config("DB_PORT", cast=int), }, ``` But...

help wanted

Where I can find documentation as official doc [https://uadmin.io](url) is not available ![image](https://user-images.githubusercontent.com/47332486/171697373-5eeadb8c-b9f3-4dfc-8515-a5f14142cba6.png)

Can I use `is.Float` with specification of decimal places? I will always want my float to have two decimal places ``` type Foo struct { Bar float32 `json:"bar"` } func...

How can I have refresh token when user authenticated?

I have my `django` projects and I want to use `deraldo` to create reports(pdf). How can I use `geraldo` on `django`? I have tried to my level test to find...