How to run django app runserver on Apache

2019-12-11 Thread Rupam Hazra
Please help me out. How to run django app runserver on Apache ? -- 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.

Sometime it's happening this error on server on django application

2019-12-10 Thread Rupam Hazra
Exception happened during processing of request from ('47.11.53.147', 47572) Traceback (most recent call last): File "/usr/local/lib/python3.7/socketserver.py", line 647, in process_request_thread self.finish_request(request, client_address) File

Time tracker sytem

2019-02-03 Thread Rupam Hazra
I want to create a time tracker system to track the employee work time and data save to mysql database.please tell me how to start. -- 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

Django update one field by DeleteView

2018-12-11 Thread Rupam Hazra
Hi all, I have project model.one functionality is when a project delete only* is_deleted* field modified by 1 so that in reality it does not delete from database just the status changed.That means i want to update the is_deleted field without any form. -- You received this message because

Re: Django UpdateView and Createview

2018-12-11 Thread Rupam Hazra
; > https://docs.djangoproject.com/en/2.1/topics/db/examples/ > > > Em segunda-feira, 10 de dezembro de 2018 07:34:54 UTC-2, Rupam Hazra > escreveu: >> >> Hi all, >> >> I know and understand how update view working but in my case how to >> implement on

Re: Django UpdateView and Createview

2018-12-10 Thread Rupam Hazra
mar > wrote: > >> 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 C

Django UpdateView and Createview

2018-12-07 Thread Rupam Hazra
Hi, I have working in a TaskManagement Sytem where i have *project *module and *technology *module. class ProjectMaster(models.Model): name=models.CharField(max_length=255,blank=True,null=True) description=models.CharField(max_length=255,blank=True,null=True)

Re: API project example

2018-11-17 Thread Rupam Hazra
HI, Just follow the django REST API. Thanks, Rupam Hazra On Sun, Nov 18, 2018 at 5:23 AM Arturo Fernandez wrote: > Hi guys, I'm developing an idea, but the funny things is that I'm learning > Django at the same time. Do you guys know of any SIMPLE project that > requests data fr

Add Extra functionality when login as super user login

2018-09-14 Thread Rupam Hazra
Hi, I want to add extra validation on superuser login.Actually i want to modify the login process due to security prospect. Step-1 : give username and password form and send a mail with otp Step-2 : after that a form will open and put that otp to verify then it's going to dashboard page. So,

Re: Error: C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\BuildTools\\VC\\Tools\\MSVC\\14.14.26428\\bin\\HostX86\\x86\\cl.exe' failed with exit status 2

2018-09-02 Thread Rupam Hazra
hi I wan to install this pip install mysqlclient==1.3.12 and geting errors On Sunday, 2 September 2018 20:44:18 UTC+5:30, Gagan Kalia wrote: > > What Python distribution are you using on windows? What command are you > using when you see this error? > > On 02-Sep-2018 6:46 P

Re: Error: C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\BuildTools\\VC\\Tools\\MSVC\\14.14.26428\\bin\\HostX86\\x86\\cl.exe' failed with exit status 2

2018-09-02 Thread Rupam Hazra
ile: 'my_config.h': No such file or directory* *error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\VC\\Tools\\MSVC\\14.15.26726\\bin\\HostX86* *\\x64\\cl.exe' failed with exit status 2* *Please help me out.* On Monday, 9 July 2018 14:40:57 UTC+5:30, Kasper Lau

Re: how to make https work in django REST framework on runserver port

2018-08-29 Thread Rupam Hazra
or nginx with uwsgi/gunicorn > > On Wednesday, August 29, 2018 at 7:16:15 AM UTC-4, Rupam Hazra wrote: >> >> >> Hi, i am working django rest service using runserver on different port on >> http but i want to use the https service. >> >> Please help. >> &g

how to make https work in django REST framework on runserver port

2018-08-29 Thread Rupam Hazra
Hi, i am working django rest service using runserver on different port on http but i want to use the https service. Please help. -- 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

Error: C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\BuildTools\\VC\\Tools\\MSVC\\14.14.26428\\bin\\HostX86\\x86\\cl.exe' failed with exit status 2

2018-07-09 Thread Rupam Hazra
C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\BuildTools\\VC\\Tools\\MSVC\\14.14.26428\\bin\\HostX86\\x86\\cl.exe' failed with exit status 2. Please i need help. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from

this error occurs Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools whenever some package install..Please

2018-07-09 Thread Rupam Hazra
this error occurs Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools whenever some package install..Please tell me the solutinons -- You received this message because you are subscribed to the Google