Re: E-comm live project

2024-03-21 Thread Deepak kumar
I am interested of django project or any type of project please contact me +91-7054633323 On Thu, 21 Mar, 2024, 7:07 pm Deepak kumar, wrote: > I am also interested django project > > On Thu, 21 Mar, 2024, 7:03 pm Vijaya lakshmi, > wrote: > >> HeyI'm interested in dja

Re: E-comm live project

2024-03-21 Thread Deepak kumar
I am also interested django project On Thu, 21 Mar, 2024, 7:03 pm Vijaya lakshmi, wrote: > HeyI'm interested in django projects.. please add my number 8123839384 > >> >> -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe

Re: Django UpdateView and Createview

2018-12-09 Thread Deepak Kumar
On Sunday, December 9, 2018 at 6:21:55 AM UTC+5:30, Ryan Nowakowski wrote: > Take a look at > https://docs.djangoproject.com/en/2.1/topics/class-based-views/generic-editing/ > > > On December 7, 2018 7:09:25 AM CST, Rupam Hazra wrote: > > Hi, > > > I have working in a TaskManagement Sytem

RE: I put 3 more fields on database models

2018-10-07 Thread Deepak Kumar jha
After adding fields in model you have to do 1:python manage.py makemigrations (app_name) 2: Python manage.py migrate Sent from my Windows 10 phone From: Bleron Uka Sent: 07 October 2018 03:33 AM To: Django users Subject: I put 3 more fields on database models Hi,  My database has data there

Re: mysqlclient is already installed but it will give an error,please help

2018-09-09 Thread Deepak Kumar jha
Thanks buddy On Wed, Sep 5, 2018 at 10:10 PM Everett White wrote: > Hey yay > > -- > 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

Re: mysqlclient is already installed but it will give an error,please help

2018-09-05 Thread Deepak Kumar jha
Yes, i am using mysqlclient 1.3.13 -- 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 post to this group, send email

mysqlclient is already installed but it will give an error,please help

2018-09-04 Thread Deepak Kumar jha
deepak@deepak-HP-Pavilion-x360-Convertible:~/Desktop/mini_project/tutor$ python manage.py runserver Unhandled exception in thread started by .wrapper at 0x7f1f1d2e5b70> Traceback (most recent call last): File "/home/deepak/.local/lib/python3.6/site-packages/django/db/utils.py", line 110, in

Re: A PHP framework with some Django features?

2013-06-28 Thread Deepak Kumar
I have used symfony2 quite a bit and as very rightly said by *Tiago Almeida *in the thread below that SonataAdminBundle (in sf2 context) serves as very good admin management, till now I am very happy with Symfony2. On Friday, June 28, 2013 2:43:38 AM UTC+5:30, thoms wrote: > > Hello, > > I

Re: Render time

2012-06-25 Thread Deepak Kumar
I am no django expert ... but I guess you can do following ... Get the timestamp when request first reaches your server It does some processing returns output to browser use javascript to check if DOM loaded and get the timestamp calculate time diff and send to the server again to save it. Don't