Django bugfix releases issued: 3.1.3, 3.0.11, and 2.2.17

2020-11-02 Thread Carlton Gibson
Details are available on the Django project weblog: https://www.djangoproject.com/weblog/2020/nov/02/bugfix-releases/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubs

Re: Django bugfix releases issued: 3.1.3, 3.0.11, and 2.2.17

2020-11-02 Thread Adithya Gowli
Thanks for the update, man On Mon, Nov 2, 2020 at 1:48 PM Carlton Gibson wrote: > Details are available on the Django project weblog: > > https://www.djangoproject.com/weblog/2020/nov/02/bugfix-releases/ > > -- > You received this message because you are subscribed to the Google Groups > "Djang

Re: How to connect django and React js but getting Error

2020-11-02 Thread Ravi G
Hi, How to move source code to production if code consists of images If anyone has any document related to production . please share me On Tue, Oct 27, 2020 at 6:57 PM Алмаз Есеньязов wrote: > You need to write > BASE_DIR / 'build' > not > '/build/' > > пн, 26 окт. 2020 г., 15:55 Vineeth : > >

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