django form validation error massage not showing. please help me out

2023-09-15 Thread Mohammad Shahidullah
models.py class Position(models.Model): title = models.CharField(max_length=50) def __str__(self): return self.title class Department(models.Model): title = models.CharField(max_length=50) def __str__(self): return self.title class Employee(models.Model):

Re: Please help me out!

2020-06-19 Thread Kunal Solanke
Django channels On Fri, Jun 19, 2020, 12:01 meera gangani wrote: > Hello , > > I want to implement a Notification module in my Project > could you please help me out! > > > Thank you > -Meera Gangani > > -- > You received this message because you ar

RE: Please help me out!

2020-06-19 Thread Vishesh Mangla
See Django messages Sent from Mail for Windows 10 From: meera ganganiSent: 19 June 2020 12:01To: django-users@googlegroups.comSubject: Please help me out! Hello ,              I want to implement a Notification module in my Project could you please help me out!  Thank you-Meera Gangani-- You

Re: Please help me out!

2020-06-19 Thread Puneet Makhija
gt; >> On Fri, Jun 19, 2020 at 1:38 PM Doddahulugappa.B < >> doddahuluga...@gmail.com> wrote: >> >>> Please elaborate more on your requirement >>> >>> On Fri, Jun 19, 2020, 10:31 AM meera gangani >>> wrote: >>> >>>> Hello ,

Re: Please help me out!

2020-06-19 Thread meera gangani
wrote: >> >>> Hello , >>> >>> I want to implement a Notification module in my Project >>> could you please help me out! >>> >>> >>> Thank you >>> -Meera Gangani >>> >>> -- >>> You

Re: Please help me out!

2020-06-19 Thread RANGA BHARATH JINKA
: > >> Hello , >> >> I want to implement a Notification module in my Project >> could you please help me out! >> >> >> Thank you >> -Meera Gangani >> >> -- >> You received this message because you are subscribed to the Google Gro

Re: Please help me out!

2020-06-19 Thread Doddahulugappa.B
Please elaborate more on your requirement On Fri, Jun 19, 2020, 10:31 AM meera gangani wrote: > Hello , > > I want to implement a Notification module in my Project > could you please help me out! > > > Thank you > -Meera Gangani > > -- > You

Re: Please help me out!

2020-06-19 Thread Puneet Makhija
ation module in my Project >> could you please help me out! >> >> >> Thank you >> -Meera Gangani >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Django users" group. >> To unsubscribe fro

Re: Please help me out!

2020-06-19 Thread Puneet Makhija
yes, let me know U started your project? On Fri, Jun 19, 2020, 12:01 PM meera gangani wrote: > Hello , > > I want to implement a Notification module in my Project > could you please help me out! > > > Thank you > -Meera Gangani > > -- > You

Please help me out!

2020-06-19 Thread meera gangani
Hello , I want to implement a Notification module in my Project could you please help me out! Thank you -Meera Gangani -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving e

Re: Please help me out!!!!!

2020-06-03 Thread Lily Perera Capetillo
>> wrote: >> >>> Hello Django-users >>> >>> href is not working >>> here is my views.py file and my urls.py file >>> >>> Please Help me out!! >>> >>> Thank you in advance >>> -Meera >>> >>

Re: Please help me out!!!!!

2020-06-03 Thread Hella Nick
请检查您的路由地址,问题就出现在那里。 meera gangani 于2020年6月3日 周三15:19写道: > Hello Django-users > > href is not working > here is my views.py file and my urls.py file > > Please Help me out!! > > Thank you in advance > -Meera > > -- > You received this message because you

Re: Please help me out!!!!!

2020-06-03 Thread Integr@te System
Hi freind, You ever check typo in your code in base.html on for loop at "noti"!? gl! On Wed, Jun 3, 2020, 2:20 PM meera gangani wrote: > Hello Django-users > > href is not working > here is my views.py file and my urls.py file > > Please Help me out!! >

Re: Please help me out!!!!!

2020-06-03 Thread 'Ajay Rathore' via Django users
llo Django-users > > href is not working > here is my views.py file and my urls.py file > > Please Help me out!! > > Thank you in advance > -Meera > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. &g

Re: Please help me out!!!!!

2020-06-03 Thread maninder singh Kumar
y runserver command. This might give more >> information on the problem. >> >> Regards >> >> Ajay >> >> >> On Wed, Jun 3, 2020 at 10:21 AM meera gangani >> wrote: >> >>> Hello Django-users >>> >>> href i

Re: Please help me out!!!!!

2020-06-03 Thread meera gangani
ng ./manage.py runserver command. This might give more > information on the problem. > > Regards > > Ajay > > > On Wed, Jun 3, 2020 at 10:21 AM meera gangani > wrote: > >> Hello Django-users >> >> href is not working >> here is my views.py

RE: Please help me out!!!!!

2020-06-03 Thread Vishesh Mangla
2020 12:49To: django-users@googlegroups.comSubject: Please help me out! Hello Django-users href is not workinghere is my views.py file and my urls.py file Please Help me out!! Thank you in advance-Meera-- You received this message because you are subscribed to the Google Groups "Django us

Re: Please help me out!!

2020-06-01 Thread Kasper Laudrup
Hi Meer,a On 01/06/2020 19.50, meera gangani wrote: I want to mark the attendance of all the employee So , my I’m working on hr management system . And we have to mark the attendance of all the employee So, we thought something new we can implement So we find a way 1. to using MAC address

Please help me out!!

2020-06-01 Thread meera gangani
I want to mark the attendance of all the employee So , my I’m working on hr management system . And we have to mark the attendance of all the employee So, we thought something new we can implement So we find a way 1. to using MAC address otherwise IP address 2. Employee comes in building he can

Re: Can You please help me out!!!

2020-05-31 Thread Julio Cojom
notification.date >>> {% endfor %} >>> >>> Saygılarımla, >>> Sencer HAMARAT >>> >>> >>> >>> On Fri, May 29, 2020 at 1:59 PM meera gangani >>> wrote: >>> >>>> i want to fetch last 3

Re: Please help me out?

2020-05-31 Thread Larry Martell
On Sat, May 30, 2020 at 11:30 PM meera gangani wrote: > > I want to generate trello-board in my django application > Can anyone tell me the How to do this? > Trello-board is like( to-do and future enhancements and doing ) where there > are 3-4 columns Take a look at

Re: Please help me out?

2020-05-31 Thread meera gangani
Like I have to implement trello board function in django In order that I have to implement archieve functionality and separately provided boxes for that 1.todo 2.doing 3 future enhancements etc. On Sunday, May 31, 2020, Sharva kant wrote: > Hi Meera, > > I believe you would have to use

Re: Please help me out?

2020-05-30 Thread Sharva kant
Hi Meera, I believe you would have to use Javascript framework on front end to do that. You can use Vuejs, Angular js , React or Ember to do that Cheers Sharva On Sat, 30 May 2020 at 22:31, meera gangani wrote: > I want to generate trello-board in my django application > Can anyone tell me

Please help me out?

2020-05-30 Thread meera gangani
I want to generate trello-board in my django application Can anyone tell me the How to do this? Trello-board is like( to-do and future enhancements and doing ) where there are 3-4 columns In-advance thank you -Meera Gangani -- You received this message because you are subscribed to the Google

Re: Can You please help me out!!!

2020-05-29 Thread meera gangani
have to iterate notifications in template via for loop. For >> example; >> >> {% for notification in notifications %} >> notification.title >> notification.message >> notification.date >> {% endfor %} >> >> Saygılarımla, >> Sencer HAMARAT >> >&g

Re: Can You please help me out!!!

2020-05-29 Thread meera gangani
ri, May 29, 2020 at 1:59 PM meera gangani > wrote: > >> i want to fetch last 3 records for notification!! >> But I only fetch last 1 record. >> >> Can you please help me out!!! >> Can i use filters?? >> >> And my model fields are: >> title= &

Re: Can You please help me out!!!

2020-05-29 Thread Sencer Hamarat
%} Saygılarımla, Sencer HAMARAT On Fri, May 29, 2020 at 1:59 PM meera gangani wrote: > i want to fetch last 3 records for notification!! > But I only fetch last 1 record. > > Can you please help me out!!! > Can i use filters?? > > And my model fields are: > title= >

Re: Please help me out?

2020-05-21 Thread o1bigtenor
On Thu, May 21, 2020 at 2:10 PM Kasper Laudrup wrote: > > Hi Meera, > > On 21/05/2020 14.50, meera gangani wrote: > > Actually my Problem is that i want to mark the attendance of all the > > employee using ip address referenced to the mac address > > So First I turned ip into whitelisting

Re: Please help me out?

2020-05-21 Thread Kasper Laudrup
Hi Meera, On 21/05/2020 14.50, meera gangani wrote: Actually my Problem is that i want to mark the attendance of all the employee using ip address referenced to the mac address So First I turned ip into whitelisting ip(Trusted IP Addresses ) then what was the implementation I do? It is not

Re: Please help me out?

2020-05-21 Thread meera gangani
t;> I want to mark the attendance of employee using ip address or any other >> way >> can you please help me out of the situation? >> >> Thanking You, >> Meera. >> >> -- >> You received this message because you are subscribed to the Google Groups >&

Re: Please help me out?

2020-05-21 Thread 'Arno Franken' via Django users
; >> You need to look at the “header” of the request object for those details. >> >> >> >> Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for >> Windows 10 >> >> >> >> *From: *meera gangani >> *S

Re: Please help me out?

2020-05-21 Thread Anuroop Pendela
to go for location based solution which is easy capturing from mobile or browser. On Thu 21 May, 2020, 10:39 AM meera gangani, wrote: > I want to mark the attendance of employee using ip address or any other way > can you please help me out of the situation? > > Thanking

Re: Please help me out?

2020-05-21 Thread meera gangani
> > > *From: *meera gangani > *Sent: *21 May 2020 10:39 > *To: *django-users@googlegroups.com > *Subject: *Please help me out? > > > > I want to mark the attendance of employee using ip address or any other way > > can you please help me out of the situation? >

RE: Please help me out?

2020-05-20 Thread Vishesh Mangla
You need to look at the “header” of the request object for those details. Sent from Mail for Windows 10 From: meera ganganiSent: 21 May 2020 10:39To: django-users@googlegroups.comSubject: Please help me out? I want to mark the attendance of employee using ip address or any other waycan you please

Please help me out?

2020-05-20 Thread meera gangani
I want to mark the attendance of employee using ip address or any other way can you please help me out of the situation? Thanking You, Meera. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop

Re: I'm new in Django. please help me out

2018-11-13 Thread Joel
c >>> -- >>> *From:* django-users@googlegroups.com >>> on behalf of amit pant >>> *Sent:* Tuesday, November 13, 2018 10:27:13 AM >>> *To:* django-users@googlegroups.com >>> *Subject:* Re: I'm new in Django.

Re: I'm new in Django. please help me out

2018-11-13 Thread Dheeraj Kumar
>> Eric >> -- >> *From:* django-users@googlegroups.com on >> behalf of amit pant >> *Sent:* Tuesday, November 13, 2018 10:27:13 AM >> *To:* django-users@googlegroups.com >> *Subject:* Re: I'm new in Django. please help me out >> >

Re: I'm new in Django. please help me out

2018-11-13 Thread amit pant
o_my_homework.com" >  > > > Eric > -- > *From:* django-users@googlegroups.com on > behalf of amit pant > *Sent:* Tuesday, November 13, 2018 10:27:13 AM > *To:* django-users@googlegroups.com > *Subject:* Re: I'm new in Django. please help me out > >

Re: I'm new in Django. please help me out

2018-11-13 Thread PASCUAL Eric
alf of amit pant Sent: Tuesday, November 13, 2018 10:27:13 AM To: django-users@googlegroups.com Subject: Re: I'm new in Django. please help me out hey, you need to pay for that. On Tue, Nov 13, 2018 at 2:55 PM mailto:talk...@gmail.com>> wrote: Hi All, can you please solve this. 1) Create

Re: I'm new in Django. please help me out

2018-11-13 Thread amit pant
hey, you need to pay for that. On Tue, Nov 13, 2018 at 2:55 PM wrote: > Hi All, > > can you please solve this. > > 1) Create a simple Category model using DRF with following fields : > Id,name,parent,is_featured,image,is_active,description > 2) Create CRUD APIs for the same. > 3) Validate input

I'm new in Django. please help me out

2018-11-13 Thread talkdkg
Hi All, can you please solve this. 1) Create a simple Category model using DRF with following fields : Id,name,parent,is_featured,image,is_active,description 2) Create CRUD APIs for the same. 3) Validate input at every event/API. 4) Implement ordering and filtering. 5) GET API should take params

Re: Please help me out, I tried to get sync for whole day @@

2014-04-20 Thread Gerald Klein
'NAME': 'mysite'), the paran doesn't belong there On Sat, Apr 19, 2014 at 10:11 AM, Toan ComS wrote: > > > >> DATABASES = { >> 'default': { >> 'ENGINE': 'django.db.backends.sqlite3', >> 'NAME': 'mysite'), >> } >> } >> > > Is it wrong? > > -- > You

Re: Please help me out, I tried to get sync for whole day @@

2014-04-19 Thread Mike Dewhirst
On 20/04/2014 1:11 AM, Toan ComS wrote: DATABASES = { 'default': { 'ENGINE': 'django.db.backends.sqlite3', #'NAME': 'mysite'), 'NAME': 'mysite', } } Is it wrong? I think so. Try removing the parens afte 'mysite'

Re: Please help me out, I tried to get sync for whole day @@

2014-04-19 Thread voger
If there is a space in front of DATABASES then yes it is wrong. Python doesn't forgive lousy indentation On 04/19/2014 06:11 PM, Toan ComS wrote: DATABASES = { 'default': { 'ENGINE': 'django.db.backends.sqlite3', 'NAME': 'mysite'), } }

Re: Please help me out, I tried to get sync for whole day @@

2014-04-19 Thread Toan ComS
> DATABASES = { > 'default': { > 'ENGINE': 'django.db.backends.sqlite3', > 'NAME': 'mysite'), > } > } > Is it wrong? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving

Re: Please help me out, I tried to get sync for whole day @@

2014-04-19 Thread voger
There it says "unexpected indent" and points to the DATABASES in your settings.py. Check to see if it is indented properly. On 04/19/2014 05:02 PM, Toan ComS wrote: -- You received this

Re: Please help me out, I tried to get sync for whole day @@

2014-04-19 Thread Andrew Farrell
This looks like you have an index error in your settings.py file. Probably an extra space at the start of line 58. If you run python settings.py, you probably get the same error. On Sat, Apr 19, 2014 at 10:02 AM, Toan ComS wrote: >

Please help me out, I tried to get sync for whole day @@

2014-04-19 Thread Toan ComS
-- 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