Looking for angular-django developers

2020-07-08 Thread maninder singh Kumar
Dear all, There is a requirement for angular-django developers. Experience 1-3 years. Post your resumes if interested to maninder.s.ku...@gmail.com regards Maninder Kumar

Re: connection queries_log when DEBUG is False

2020-07-08 Thread Dan Davis
Answering my own question: The queries_log is cleared when Django begins processing a new request in django/db/__init__.py: # Register an event to reset saved queries when a Django request is started. def reset_queries(**kwargs): for conn in connections.all():

connection queries_log when DEBUG is False

2020-07-08 Thread Dan Davis
This has to do with Django internals, but is nonetheless a user question. Various packages force_debug_cursor as illustrated in https://www.webucator.com/blog/2015/08/python-clocks-explained/. Other packages monkey patch the cursor wrapper to be used. Does Django clear connection.queries_log

Re: transforming form input

2020-07-08 Thread Benjamin Schollnick
What I generally do is use https://pypi.org/project/nameparser/ While Clive is correct, I haven’t seen name parser fail at breaking it apart correct so far. - Benjamin > On Jul 8, 2020, at 6:43 PM, Clive Bruton wrote: > > > On 7 Jul 2020, at 22:58, Kai Kobschätzki wrote: > >> I

Re: transforming form input

2020-07-08 Thread Clive Bruton
On 7 Jul 2020, at 22:58, Kai Kobschätzki wrote: I render one input field surname. And if the user writes one string in the input field it should be saved to surname (so forename is None). If the user writes two strings (separated through a white space) than the first part should be saved

How to access custom template when using auth_views?

2020-07-08 Thread Developer mate
I am having difficulty to access my custom template when I tried to logout or password_change and I redirect to django built-in template. Only login is working fine with my login custom template.Can anyone help me please.Thanks Here is my code urls.py from django.urls import path from

Re: Required Django Programmer for freelancer

2020-07-08 Thread Karan Sahu
Hi Ajit, Karan here, have 4+ years of experience to work as a Django Developer. Yes I am interested to work on this. Let me know when you are available so we can schedule a meeting on Zoom. Best, Karan On Wed, Jul 8, 2020 at 3:12 PM Ajeet Kumar Gupt wrote: > Dear Team, > > I require Django

Re: how to change the format of datetimefield model

2020-07-08 Thread oba stephen
See if this might help https://blog.ipswitch.com/date-formatting-in-python#:~:text=To%20do%20that%2C%20I'd,day%2C%20month%20and%20year%20is. see full documentation here https://docs.python.org/3.4/library/datetime.html#strftime-and-strptime-behavior On Wed, Jul 8, 2020 at 5:01 PM Chander

Re: Is there a better way to change the default server port?

2020-07-08 Thread Luciano Martins
python manage.py runserver localhost:5000 Em quarta-feira, 8 de julho de 2020 12:56:58 UTC-3, Kshitij Kotasthane escreveu: > > I recently started using django and because port 8000 on my PC was already > occupied, I had to modify the runserver.py file directly to start on > another port. By

Re: Static not working on unix while working on windows

2020-07-08 Thread Avi shah
Hi Ashish , You saw what I sent ? On Wed, Jul 8, 2020, 9:55 PM ashish goyal wrote: > Hi ajeet, yes done collectstatic > > Sent from my iPhone > > On 08-Jul-2020, at 20:31, Ajeet Kumar Gupt > wrote: > >  > You tried to first run collectststic > > On Mon, Jul 6, 2020, 10:20 PM ashish goyal >

Re: Static not working on unix while working on windows

2020-07-08 Thread ashish goyal
Hi ajeet, yes done collectstatic Sent from my iPhone > On 08-Jul-2020, at 20:31, Ajeet Kumar Gupt wrote: > >  > You tried to first run collectststic > >> On Mon, Jul 6, 2020, 10:20 PM ashish goyal wrote: >> Hi All, >> >> I have created a django app on windows and have used bootstrap

Re: send_mail not filling mail.outbox in certain circumstance

2020-07-08 Thread Matthew Pava
Well, I discovered that send_mail fails silently when you tell it not to. Apparently, I did not have the to_email and recipient_list populated with anything. I wonder if we could change the behavior of send_mail to require at least one of those two arguments... On Wednesday, July 8, 2020 at

how to change the format of datetimefield model

2020-07-08 Thread Chander shekhar
my default date time format is something like 2018-07-01 I want to change it like 01-01-2018 Can any one help me in finding it -- 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,

Re: How to get names of columns from QuerySet without executing it

2020-07-08 Thread Dvil Djé
For a light version of the query, you can try a qs.first() as Django will limit the SQL request to the first element. On Saturday, July 4, 2020 at 10:11:41 PM UTC+2, Eugene Kulak wrote: > > How to get names of columns from QuerySet without executing it? > If it is not possible what would be the

Is there a better way to change the default server port?

2020-07-08 Thread Kshitij Kotasthane
I recently started using django and because port 8000 on my PC was already occupied, I had to modify the runserver.py file directly to start on another port. By default, shouldn't there be an option in manage.py or settings.py to modify the port to start the test server on? Or am I missing

Re: Required Django Programmer for freelancer

2020-07-08 Thread LordIS Kyle
I'm interested for this project Le mer. 8 juil. 2020 14:25, Kumar Sanu a écrit : > Highly interested for this position > > On Wed, 8 Jul 2020, 15:12 Ajeet Kumar Gupt, > wrote: > >> Dear Team, >> >> I require Django programmers for an HR portal like leave request, HRMS. >> >> *System

Re: Static not working on unix while working on windows

2020-07-08 Thread Ajeet Kumar Gupt
You tried to first run collectststic On Mon, Jul 6, 2020, 10:20 PM ashish goyal wrote: > Hi All, > > I have created a django app on windows and have used bootstrap navbar n > other functions which are working good on windows. > > Same files I have imported on unix server then i am able to get

send_mail not filling mail.outbox in certain circumstance

2020-07-08 Thread Matthew Pava
Good day, I'm writing a functional test for checking that an email was sent after a record was revised in my project. I placed a print statement to verify that the send_mail function was called within the view that it is called in, and it prints it out at the appropriate time. However, when I

Re: Required Django Programmer for freelancer

2020-07-08 Thread Kumar Sanu
Highly interested for this position On Wed, 8 Jul 2020, 15:12 Ajeet Kumar Gupt, wrote: > Dear Team, > > I require Django programmers for an HR portal like leave request, HRMS. > > *System Requirements:* > > *1. Main Database :* Main app only for the authentication purpose and > employee

Re: Required Django Programmer for freelancer

2020-07-08 Thread Pawan Acharya
I am interested too On Wed, Jul 8, 2020, 3:13 PM Ajeet Kumar Gupt wrote: > Dear Team, > > I require Django programmers for an HR portal like leave request, HRMS. > > *System Requirements:* > > *1. Main Database :* Main app only for the authentication purpose and > employee information take it

Re: Required Django Programmer for freelancer

2020-07-08 Thread Gurmeet Kaur
Hi All, I am also interested in this project. Thanks, Gurmeet Kaur On Wed, Jul 8, 2020 at 8:05 AM Ali Murtuza wrote: > Hello I am interested in this project > > On Wed, 8 Jul 2020 at 3:06 PM, vishal sharma wrote: > >> I am interested in this position. I have an experience in Django, >>

Re: Required Django Programmer for freelancer

2020-07-08 Thread Ali Murtuza
Hello I am interested in this project On Wed, 8 Jul 2020 at 3:06 PM, vishal sharma wrote: > I am interested in this position. I have an experience in Django, > Python,AWS,Pandas,Numpy, shell,bash, Angular, HTML, css. > > On Wed, 8 Jul 2020 at 3:13 PM, Ajeet Kumar Gupt > wrote: > >> Dear Team,

Re: Suggestions Front tool

2020-07-08 Thread kishore
Hi Derek, thanks a lot for the suggestion, but i would not get good GUI in terms of theme, buttons, and give the colors for specific verdicts. and in future i might have to leverage the things in front GUI that i am going develop for existing TCL framework. apart from this any other suggestion

Re: Required Django Programmer for freelancer

2020-07-08 Thread vishal sharma
I am interested in this position. I have an experience in Django, Python,AWS,Pandas,Numpy, shell,bash, Angular, HTML, css. On Wed, 8 Jul 2020 at 3:13 PM, Ajeet Kumar Gupt wrote: > Dear Team, > > I require Django programmers for an HR portal like leave request, HRMS. > > *System Requirements:* >

Re: Required Django Programmer for freelancer

2020-07-08 Thread Sherif Adigun
Hi! I'm interested in working on this project. Kindly join the meeting here and let's have a discussion to get started immediately Join Zoom Meeting https://us04web.zoom.us/j/72990105966?pwd=VVhPL2s2MUNuLzJOQ3V2Y2o3T2M3Zz09 Meeting ID: 729 9010 5966 Password: 8uRMUw -- You received this

Re: Required Django Programmer for freelancer

2020-07-08 Thread Hadisur Rahman
interested. On 7/8/20, Ajeet Kumar Gupt wrote: > Dear Team, > > I require Django programmers for an HR portal like leave request, HRMS. > > *System Requirements:* > > *1. Main Database :* Main app only for the authentication purpose and > employee information take it from the oracle ebs system

Required Django Programmer for freelancer

2020-07-08 Thread Ajeet Kumar Gupt
Dear Team, I require Django programmers for an HR portal like leave request, HRMS. *System Requirements:* *1. Main Database :* Main app only for the authentication purpose and employee information take it from the oracle ebs system by API. *2. Leave Application System:* User login and validate