Re: Urgent help

2021-02-25 Thread neha bhurke
Thank u so much for your help  *Regard,* *Neha Bhurke* On Thu, Feb 25, 2021 at 3:09 PM Kasper Laudrup wrote: > On 25/02/2021 10.32, neha bhurke wrote: > > Can You help me with code . > > Try to do at least some minimal effort yourself. > > The least you could do would

Re: Urgent help

2021-02-25 Thread neha bhurke
Can You help me with code . *Regard,* *Neha Bhurke* On Thu, Feb 25, 2021 at 2:59 PM AMRIT SHAHI wrote: > use jquery > > On Thu, Feb 25, 2021 at 3:04 PM neha bhurke wrote: > >> Hello Everyone >> >> I want to create a calendar base view as attached

Urgent help

2021-02-25 Thread neha bhurke
Hello Everyone I want to create a calendar base view as attached in the file .Please 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 email to

Re: Date Range picker

2021-02-24 Thread neha bhurke
*Regard,* *Neha Bhurke* Like this  On Wed, Feb 24, 2021 at 5:04 PM Omkar Parab wrote: > Something like this?  > > On Wed, Feb 24, 2021, 4:37 PM neha bhurke wrote: > >> How to create the range format means the calendar view with the list >> >> On Wednesday, F

Re: Date Range picker

2021-02-24 Thread neha bhurke
How to create the range format means the calendar view with the list On Wednesday, February 24, 2021 at 4:35:52 PM UTC+5:30 deshde...@gmail.com wrote: > U can use js libraray > > On Wed, 24 Feb 2021, 4:03 pm neha bhurke, wrote: > >> Hello , >> >> I want to

Date Range picker

2021-02-24 Thread neha bhurke
Hello , I want to create a date picker in which it should contain a format of list which consist of today , yesterday, tomorrow , next week , previous week , next month previous month ... How can I create this Please help me . -- You received this message because you are subscribed to the

Re: Help needed

2021-02-22 Thread neha bhurke
results = machinelist.objects.all() result = insert.objects.all() return redirect('/', {'data': results},{'record':result}) This is my forms.py class Dataform(forms.ModelForm): class Meta: model = insert fields = "__all__" *Regard,* *Neha Bhurke* *Precise

Re: Help needed

2021-02-22 Thread neha bhurke
I have done all these codes but it is saving only the current date . Any other method *Regard,* *Neha Bhurke* *Precise Industrial Solutions Private Limited* Mob: +91 7738946067 I O: +91 22 28943214 Add: 115, 1st Floor, Hari Om Plaza, Behind Omkareshwar Mandir, Near National Park, Borivali (E

Help needed

2021-02-22 Thread neha bhurke
Hello everyone, I am trying to select the custom date but datetime=models.DateTimeField(auto_now=True) is only taking current date Please help me -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop

Re: Job related query

2021-02-21 Thread neha bhurke
If your are from mumbai location just mail me your resume *Regard,* *Neha Bhurke* On Sat, Feb 20, 2021 at 9:16 PM mubashar ilyas wrote: > how to apply for this job? > > On Fri, Feb 19, 2021 at 10:02 AM neha bhurke > wrote: > >> Hello everyone, >> >> We ar

Re: Job related query

2021-02-19 Thread neha bhurke
Your office is in Borivali Mumbai any one from mumbai On Fri, 19 Feb 2021, 8:03 pm Sharif Mehedi, wrote: > Hi, > I gave only a few months with Django and a few years with python. But I am > good at working with a flow by getting help from the documentation. > Here's a link to one of my

Job related query

2021-02-18 Thread neha bhurke
Hello everyone, We are looking for a python Django web app developer should have the total knowledge about python Django and should be experienced person at least for 2-3 years.. If anyone interested … -- You received this message because you are subscribed to the Google Groups "Django

Re: Timezone UTC Problem

2021-02-17 Thread neha bhurke
_L10N = True > > USE_TZ = True > On Wed, Feb 17, 2021 at 4:48 PM Omkar Parab wrote: > >> LANGUAGE_CODE = 'en-us' >> >> TIME_ZONE = 'Asia/Kolkata' >> >> USE_I18N = True >> >> USE_L10N = True >> >> USE_TZ = True >> >> >>

Timezone UTC Problem

2021-02-17 Thread neha bhurke
How to set the Time zone in Setting.py How to set UTC.. -- 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

Re: I have created a application in which i want to filter table between dates (from and to date) but i am not getting desired out put... Please guide me

2021-02-17 Thread neha bhurke
'fd': > fd, 'td': td}) is search, not formdata. > > Also, I’d recommend improving your names. Things like “data” > and “results” are not the most meaningful names to use. > > > Good luck! > Jim > > > On Feb 16, 2021, at 1:57 AM, neha bhurke wrote: > > hi

I have a 2drop down list and 1 description box i want to save the data from all this to my postgresql data base

2021-02-17 Thread neha bhurke
Hii Everyone, I have created a form with 2dropdown list , 1 description box and 1 datetime field but data is not saved in the database. I am getting problem due to date can anyone help me please.. This is my models.py class data(models.Model): machinename = models.CharField(max_length=100)

I have created a application in which i want to filter table between dates (from and to date) but i am not getting desired out put... Please guide me

2021-02-16 Thread neha bhurke
hi Everyone , I have created a application in which I want to filter table between dates (from and to)dates But not getting a desired output . This is my models.py class data(models.Model): machinename = models.CharField(max_length=100) activity = models.CharField(max_length=255) description