Looking to join a team in a Django Project to gain Experience

2020-09-21 Thread ahmed.he...@gmail.com
Hi all, I am looking for a team of developers to join them in a project to enhance my skills and add to my portfolio. I am available part time. Thanks -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop re

Submitting form not Working for Django Project showing `This field is required.`

2020-11-02 Thread ahmed.he...@gmail.com
Hi, I have a very basic and beginner's question, I have created a new `CreateView` for my project where you can submit an image with a title but it is not working although an image is attached. I am not getting any error the only thing I am receiving is `This field is required.` next to the `d

Submitting form not Working for Django Project showing `This field is required.`

2020-11-02 Thread ahmed.he...@gmail.com
Hi, I have a very basic and beginner's question, I have created a new `CreateView` for my project where you can submit an image with a title but it is not working although an image is attached. I am not getting any error the only thing I am receiving is `This field is required.` next to the `d

Linking an Image detection Project to Django

2020-11-03 Thread ahmed.he...@gmail.com
Hi, I am working on a colour detection project and I am trying to link it to my Django Project, but I don't know where to start. In my Django project, I have a Post CreateView where users can upload images. Here is the function that I am trying to link the colours in the image to Post.colors