Check this out guys

2020-09-16 Thread 712189512
Hi guys i have build this *https://connectdjango.com * platform with django and i want you to check it out,you can post your questions there and and also post some tutorials too,let's all connect and keep on djangoing.Thanks -- You received this message because you are

Re: Check this out guys

2020-09-17 Thread 712189512
lly cool buddy >> >> On Wed 16 Sep, 2020, 13:12 712189512, >> wrote: >> >>> Hi guys i have build this *https://connectdjango.com >>> <https://connectdjango.com>* platform with django and i want you to >>> check it out,you can post

Re: Check this out guys

2020-09-17 Thread 712189512
Yeah sure On Thu, Sep 17, 2020 at 1:03 PM Tobi DEGNON wrote: > Dude, can we contribute to your project ? > > Le jeu. 17 sept. 2020 à 10:39, 712189512 a > écrit : > >> Yeah still working on it thanks >> >> On Thu, Sep 17, 2020 at 11:19 AM Madhav Nandan >&g

Re: Check this out guys

2020-09-18 Thread 712189512
Thanks ,more updates coming soon On Fri, Sep 18, 2020 at 9:39 AM Theresa Taye wrote: > Lovely, you are doing well > On Sep 16, 2020 08:42, "712189512" wrote: > >> Hi guys i have build this *https://connectdjango.com >> <https://connectdjango.com>* p

Re: Check this out guys

2020-09-18 Thread 712189512
I am hosting it on digital ocean On Fri, Sep 18, 2020 at 10:03 AM Theresa Taye wrote: > Please did you host it on heroku? > On Sep 16, 2020 08:42, "712189512" wrote: > >> Hi guys i have build this *https://connectdjango.com >> <https://connectdjango.com>

Re: Check this out guys

2020-09-18 Thread 712189512
Frontend is just JavaScript and sass On Fri, Sep 18, 2020 at 10:04 AM 712189512 wrote: > I am hosting it on digital ocean > > On Fri, Sep 18, 2020 at 10:03 AM Theresa Taye > wrote: > >> Please did you host it on heroku? >> On Sep 16, 2020 08:42, "712189512"

Re: Check this out guys

2020-09-18 Thread 712189512
or the > hosting process, if yes please send a link. > > Le ven. 18 sept. 2020 09 h 06, 712189512 a > écrit : > >> Frontend is just JavaScript and sass >> >> On Fri, Sep 18, 2020 at 10:04 AM 712189512 >> wrote: >> >>> I am hosting it on digital

Re: Check this out guys

2020-09-18 Thread 712189512
. 18 sept. 2020 09 h 30, 712189512 a > écrit : > >> I configured with nginx,Postgres and gunicorn >> here are the links to follow >> 1. >> https://www.digitalocean.com/community/tutorials/initial-server-setup-with-ubuntu-20-04 >> 2. >> https://www.digit

Re: value too long for type character varying(1)

2020-12-12 Thread 712189512
It’s probably because you have already made migrations and also made some changes in your model ,if that’s the case delete the old migrations and make migrations again and should work On Sat, Dec 12, 2020 at 1:56 PM Taofeek Jimoh Iyanda < iyandataofee...@gmail.com> wrote: > Hello Guys, > > Please

Re: how to prevent Django do auto capitalize static text in templates

2021-05-18 Thread 712189512
It’s not django that’s doing that,have you checked your css? On Tue, 18 May 2021 at 12:56 David Tobrise wrote: > What happens if you try outputting the units from dynamically instead of > hard-coding it? > > *Best Regards,* > *David O. T.* > > > > > On Tue, May 18, 2021 at 1:07 PM samuel nogueir

Re: how to prevent Django do auto capitalize static text in templates

2021-05-18 Thread 712189512
Put that in a span and use css text-transform and set it to lowercase On Tue, 18 May 2021 at 13:18 Samuel Nogueira wrote: > Unfortunately didnt worked > > > Em ter., 18 de mai. de 2021 às 10:03, RANGA BHARATH JINKA < > bharathjink...@gmail.com> escreveu: > >> Hi, >> >> Try this jinja templating

Re: Help me

2021-05-21 Thread 712189512
It depends on what you want to do Are creating the form from a model or a general usage form On Fri, 21 May 2021 at 09:24 Théodore KOSSI wrote: > > Hellooo guys, I need your help. I want to create a form in django and I > don't know exactly what i can use to create it. > > -- > theodoros17@pytho

Re: Help me

2021-05-21 Thread 712189512
the importance of model form? > > > Le ven. 21 mai 2021 à 10:27, 712189512 a > écrit : > >> It depends on what you want to do >> Are creating the form from a model or a general usage form >> >> On Fri, 21 May 2021 at 09:24 Théodore KOSSI >> wrote: >> &g

Re: Help me

2021-05-21 Thread 712189512
okay I understand. So , I want to create A general form. What can I use? > > > Le ven. 21 mai 2021 à 10:33, 712189512 a > écrit : > >> Both forms are pretty easy to use >> Model form makes it more simpler because it takes your model and creates >> a form out of your model f