Paul Rogov

Results 7 issues of Paul Rogov

The current version of `django-tailwind` ([3.1.1](https://pypi.org/project/django-tailwind/)) package builds `styles.css` into this folder: ``` theme/static/css/dist/styles.css ``` The previous version used in the video (_Intermediate Django - Lesson 19.TailwindCSS Improvements_) builds into...

The form of the `LeadCreateView` is bugged. It provides access to all the `agents`, including those from other organizations (created by other organizer users). [fullscreen](https://user-images.githubusercontent.com/1624921/152429991-419c5758-7553-4754-842b-178c565e26bf.png)

It's impossible to load a profile picture while creating a new lead. The reason: form attribute `enctype="multipart/form-data"` is missing inside the [lead_create.html](https://github.com/justdjango/getting-started-with-django/blob/main/leads/templates/leads/lead_create.html).

**Python 3.9.15** Trying to execute the `sample.py` produced 3 typing errors. I had just removed type annotations and it proceeded to the next step (huggingface credentials verification). Please specify Python...

Guys, please specify Python version that you've tested and specific versions of `requirements.txt`. `pip3 freeze > requirements.txt` I had to install 3 copies of `xformers`: ![xformers](https://github.com/metavoiceio/metavoice-src/assets/1624921/685c6bf6-2c4b-4953-9782-67ef2afea208)

Steps to reproduce: ```bash ./manage.py createsuperuser email: [email protected] username: joe password: abc321 password: abc321 ``` When trying to log in: ![Screenshot from 2024-06-27 12-43-23](https://github.com/dotja/authentication_app_react_django_rest/assets/1624921/a2c72f89-bd63-44f5-b8c9-6f126caa53cb) Solution: 1. Add two Boolean fields...

## Problem 1. Persistent configuration for Ubuntu 24.04 client servers _(CX22 instance)_ does not work. 2. There is not DNS config for Ubuntu client servers specified at all. ## Reason...

Existing tutorial