Re: syntax error while trying to run '$ django-admin startproject mysite' command on command terminal

2020-08-17 Thread coolguy
Hi Mike, since you didn't mention the exact error... just make sure you activated virtual environment and installed django in the directory you are in... On Sunday, August 16, 2020 at 4:17:56 PM UTC-4, Michael O wrote: > > hello, i cd into the directory by cd\ to start a project and was welcomed

Re: Django key/value JSON widget

2020-08-17 Thread Federico Capoano
Since I wasn't able to find a package which had this kind of widget, I scratched my own itch and published django-flat-json-widget . I hope it will be useful to others as well, I included a gif that shows the widget i

Re: Stream Webcam and with Button Capture Image

2020-08-17 Thread Samara Muñoz
Hi, thank you!! El El lun, 17 de agosto de 2020 a la(s) 16:32, Ketul Suthar < k2lsut...@gmail.com> escribió: > I will let you know. I am also working on same concept. > > On Mon., Aug. 17, 2020, 5:19 p.m. samar...@gmail.com, < > samaram...@gmail.com> wrote: > >> Hello, I already achieved opening

Re: Stream Webcam and with Button Capture Image

2020-08-17 Thread Ketul Suthar
I will let you know. I am also working on same concept. On Mon., Aug. 17, 2020, 5:19 p.m. samar...@gmail.com, wrote: > Hello, I already achieved opening the webcam in browser, I would like to > add a button in a template and every time it is clicked, it saves the frame > in a folder ('media') >

Stream Webcam and with Button Capture Image

2020-08-17 Thread samar...@gmail.com
Hello, I already achieved opening the webcam in browser, I would like to add a button in a template and every time it is clicked, it saves the frame in a folder ('media') I am new and Django and I don't understand much on how to use views and templates work together. Can someone help me? I uplo

Re: Sometimes get "incorrect padding error"- new bug in django 3.1?

2020-08-17 Thread Matthew Hegarty
Hey Diptesh - did you get anywhere with understanding this? Did y ou get any response from the Django devs? Just happened to me on my Staging site. Recently upgraded from 3.0 to 3.1 I can login with Firefox, but Chrome crashes with the following error: ```python Internal Server Error: /home/ T

Re:

2020-08-17 Thread coolguy
Send us the project folder screen shot where we can see the app folder and its sub folders. Also send us the screen shot of your view.py and urls.py On Friday, August 14, 2020 at 10:02:39 AM UTC-4, Suraj Kumar wrote: > > Hi guys, > > I am to new django. > > I am making blog website project. Durin

extjs-with-django-csrf

2020-08-17 Thread Koby Peleg Hen
Hello guy's I have some issue with Django CSRF with ajax POST request being sent from Extjs. I post a detailed post in the following link that I like you to see , maybe I did some mistake ... https://stackoverflow.com/questions/63438547/extjs-with-django-csrf Than all for any replay. Koby Peleg

Re: Django Group Project

2020-08-17 Thread Josh Raj
Yes I am interested On Sun, Aug 16, 2020, 20:45 Lokesh Kumar wrote: > Excited to work with you people...! > > On Sun, Aug 16, 2020 at 9:11 PM Mbah Victor > wrote: > >> hi guy's am victor by name am from african and am new to Django hope i >> can use it for my backend i mean the programming lang

Re: User registration with security features

2020-08-17 Thread Andréas Kühne
Hi, No, that is not available in django per default. Django doesn't know anything about "devices". You will need to write that code by yourself - or search for a plugin that handles devices. Regards, Andréas Den sön 16 aug. 2020 kl 23:59 skrev Ram : > Hi, > > Does DJango have built in functio