Re: django in vs code

2020-08-19 Thread Mustafa Mahmoud
وريني اسكرين كده ياستا On Thu, Aug 20, 2020, 12:27 AM Mohamed Ghoneim wrote: > Hi guys, > my vs code can not import dgango.dp or any library from django (unresolved > import 'django.db') . > i installed the latest version of django and i'm using virtual environment > and i'm using Windows 10 >

Re: django in vs code

2020-08-19 Thread Marvelous Ikechi
can you send a picture of your error message? On Wed, 19 Aug 2020, 11:27 pm Mohamed Ghoneim, wrote: > Hi guys, > my vs code can not import dgango.dp or any library from django (unresolved > import 'django.db') . > i installed the latest version of django and i'm using virtual environment > and

Re:

2020-08-19 Thread Venu Gopal
Django will manage HTML templates to process backend data but not all features of HTML. To fully functional design of HTML requires CSS, Javascript. jquery. On Wed, Aug 19, 2020 at 6:59 PM Suraj Kumar wrote: > Hello Django Users, > > > I want to know there is any need of knowledge in css, Html

Re: Help to Create Dynamic Form

2020-08-19 Thread ihsan demir
ı try jqery dynamic form wroking so good but when ım add new form ım cant saved and ı cant fixed problem ?? did fixed your problm ?? 19 Mart 2020 Perşembe tarihinde saat 11:18:04 UTC+3 itibarıyla rahulr...@gmail.com şunları yazdı: > I am trying to create a splitwise

django in vs code

2020-08-19 Thread Mohamed Ghoneim
Hi guys, my vs code can not import dgango.dp or any library from django (unresolved import 'django.db') . i installed the latest version of django and i'm using virtual environment and i'm using Windows 10 can anybody knows what to do ? -- You received this message because you are

Dynamically Add / Remove input fields and saved django

2020-08-19 Thread ihsan demir
Hello , ı have dynamical qjery formset field problem ı cant saved when ım used jqery dynamical forms .. anyone help me ? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an

Re:

2020-08-19 Thread sylvan kadjo
I thank it's always good to know how things work behind the scenes so that you can customize the framework to your needs Le mer. 19 août 2020 à 13:30, Suraj Kumar a écrit : > Hello Django Users, > > > I want to know there is any need of knowledge in css, Html while > developing website through

'MySQLdb.constants.FIELD_TYPE' has no attribute 'JSON'

2020-08-19 Thread LuG
Where should I set this? I do not use JSON in the application. When you start the application, the error appears below: intranet | Watching for file changes with StatReloader intranet | Exception in thread django-main-thread: intranet | Traceback (most recent call last): intranet | File

Re:

2020-08-19 Thread sapna Choudhary
Thank you everyone , I was also confused with this question, got clear. On Wed 19 Aug, 2020, 8:56 PM Akinfolarin Stephen, < akinfolarinsteph...@gmail.com> wrote: > Yes you have to understand some basic things in other to work with it > effectivelg > > On Wed, Aug 19, 2020, 15:05 tejas padghan

Ordering of Q = different SQL and results... Is this a bug? Would appreciate additional eyes before raising ticket.

2020-08-19 Thread Chris Bell
Hi Django users. My first time mailing this list, so apologies in advance if i don't follow protocol 100%. Please see the sample use case below. Basically, by ordering the Q statements in a different order, I get a different SQL statement and different results. I can see a predicate has been

Re: ERROR

2020-08-19 Thread traore arouna
the github link https://github.com/TRAOREAROUNA/projetEcom.git Le vendredi 14 août 2020 à 09:50:17 UTC, akinfolar...@gmail.com a écrit : > can you send the code on github so i can help you debug properly > > On Fri, Aug 14, 2020 at 11:42 PM Kasper Laudrup > wrote: > >> On 14/08/2020 00.29,

Re: Port and gstreamer

2020-08-19 Thread Amar prakash
Hey Kasper I sent you LinkedIn request. Hope you would like to connect. Watch champions League lol Cheers Amar On Wed., Aug. 19, 2020, 2:45 p.m. Kasper Laudrup, wrote: > On 19/08/2020 19.34, Amar prakash wrote: > > I want to show data pipeline on video feed using gstreamer. > > > > I know

Re: Port and gstreamer

2020-08-19 Thread Kasper Laudrup
On 19/08/2020 19.34, Amar prakash wrote: I want to show data pipeline on video feed using gstreamer. I know exactly what you mean. I guess we all want that at some point sooner or later, right? Best of luck! -- You received this message because you are subscribed to the Google Groups

Re: Port and gstreamer

2020-08-19 Thread Amar prakash
I want to show data pipeline on video feed using gstreamer. On Wed., Aug. 19, 2020, 1:27 p.m. Kasper Laudrup, wrote: > On 19/08/2020 17.56, iamam...@gmail.com wrote: > > Anyone working on that? > > > > I have no idea what "port" is supposed to mean in this context, but you > can find someone

Re: ERROR

2020-08-19 Thread traore arouna
ok no problem i will do it I had some problems with my computer, so it is ok now Le ven. 14 août 2020 à 09:49, Akinfolarin Stephen < akinfolarinsteph...@gmail.com> a écrit : > can you send the code on github so i can help you debug properly > > On Fri, Aug 14, 2020 at 11:42 PM Kasper Laudrup

Re: Port and gstreamer

2020-08-19 Thread Kasper Laudrup
On 19/08/2020 17.56, iamam...@gmail.com wrote: Anyone working on that? I have no idea what "port" is supposed to mean in this context, but you can find someone working on GStreamer here: https://gstreamer.freedesktop.org/ Maybe you could clarify how this is related to Django or what your

Re: Django key/value JSON widget

2020-08-19 Thread Federico Capoano
On Wed, Aug 19, 2020 at 3:43 AM Roger Gammans wrote: > Hi > > Thanks that looks useful. > > On my rather long TODO list is to turn use this ( > https://github.com/josdejong/jsoneditor > ) npm package to build a less > restrictive json widget... >

Port and gstreamer

2020-08-19 Thread iamam...@gmail.com
Anyone working on that? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To view this discussion on the web visit

Re:

2020-08-19 Thread Akinfolarin Stephen
Yes you have to understand some basic things in other to work with it effectivelg On Wed, Aug 19, 2020, 15:05 tejas padghan wrote: > Only basic .go ahead > > On Wed, 19 Aug 2020, 7:01 pm Suraj Kumar, > wrote: > >> Hello Django Users, >> >> >> I want to know there is any need of knowledge

Re:

2020-08-19 Thread tejas padghan
Only basic .go ahead On Wed, 19 Aug 2020, 7:01 pm Suraj Kumar, wrote: > Hello Django Users, > > > I want to know there is any need of knowledge in css, Html while > developing website through django. I can also use css framework bootstrap > instead of css. > Suraj > > -- > You received

[no subject]

2020-08-19 Thread Suraj Kumar
Hello Django Users, I want to know there is any need of knowledge in css, Html while developing website through django. I can also use css framework bootstrap instead of css. Suraj -- You received this message because you are subscribed to the Google Groups "Django users" group. To

Re: Django key/value JSON widget

2020-08-19 Thread Roger Gammans
Hi Thanks that looks useful. On my rather long TODO list is to turn use this ( https://github.com/josdejong/jsoneditor) npm package to build a less restrictive json widget... On Mon, 2020-08-17 at 14:42 -0700, Federico Capoano wrote: > Since I wasn't able to find a package which had this kind of