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 received this message because you are subscri

Re: Please help me out!

2020-06-19 Thread Puneet Makhija
Ma'am scratch se btana hai kya sab kuch On Fri, Jun 19, 2020, 1:11 PM Puneet Makhija wrote: > 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 pl

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 received this message because you are subscrib

Re: Please help me out!

2020-06-19 Thread RANGA BHARATH JINKA
Hi, You can use this. https://pypi.org/project/django-notifications-hq/ https://pypi.org/project/django-notification/ On Fri, Jun 19, 2020 at 1:38 PM Doddahulugappa.B 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
Yeah i already started my Project So I have an HR Project In this Project when admin enters the event details then the notification will be sent to the user On Fri, Jun 19, 2020 at 3:11 PM RANGA BHARATH JINKA < bharathjink...@gmail.com> wrote: > Hi, You can use this. > > https://pypi.org/projec

Re: Please help me out!

2020-06-19 Thread Puneet Makhija
Meera, if you stuck anywhere Then post your issue Or contact me On Fri, Jun 19, 2020, 4:00 PM meera gangani wrote: > Yeah i already started my Project > So I have an HR Project > In this Project when admin enters the event details then the notification > will be sent to the user > > > > On Fri,

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 receiv

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 are subscribed to the Google Groups > "Dj

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 h

Re: Please help me out?

2020-05-21 Thread meera gangani
What is the point of these message!!! On Thu, May 21, 2020 at 10:53 AM Vishesh Mangla wrote: > You need to look at the “header” of the request object for those details. > > > > Sent from Mail for > Windows 10 > > > > *From: *meera gangani > *Sen

Re: Please help me out?

2020-05-21 Thread Anuroop Pendela
By default there would be ip address in the request object. But the ip is network ip. In the case where If multiple employees connect to same network and mark attendance then you will see duplicate ip address entries for different employees. For unique and authenticity of attendance you might need

Re: Please help me out?

2020-05-21 Thread 'Arno Franken' via Django users
Plees Mera, respect the the recommendation of Vishesh as his answer is completely straight to me and you should be thankful. The point is, what is exactly your question? That's the point I do not understand, your question is really vague. To help you out: - What have you already tried? - What is

Re: Please help me out?

2020-05-21 Thread meera gangani
I am sorry for my behaviour actually i am not understood the message properly. So That's why 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 th

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 v

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 ip(Trust

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 th

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 Javascrip

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 https://github.com/riktar/jk

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 other

RE: Please help me out!!!!!

2020-06-03 Thread Vishesh Mangla
Href="" url ‘ name’%}Where name is the name parameter of the view in urls.py. Urlpatterns=[path(“/myview”, views.myview, name=”myview”)] In this caseHref="" url ‘ App_name/myview’%}Write your app name in App name Sent from Mail for Windows 10 From: meera ganganiSent: 03 June 2020 12:49To: django-us

Re: Please help me out!!!!!

2020-06-03 Thread meera gangani
Yes i Did, But Nothing is working, with data-toggle href is not working On Wed, Jun 3, 2020 at 1:00 PM Ajay Rathore wrote: > Hello Meera, > > Did you try using urls as > > > > And I think you should check what messages you received on the shell where > you are running ./manage.py runserver com

Re: Please help me out!!!!!

2020-06-03 Thread maninder singh Kumar
Is it a navbar or just a plain dropdown ? [image: --] Maninder Kumar [image: http://]about.me/maninder.s.kumar On Wed, Jun 3, 2020 at 1:31 PM meera gangani wrote: > Yes i Did, > But Nothing is working, > with data-toggle href is not workin

Re: Please help me out!!!!!

2020-06-03 Thread 'Ajay Rathore' via Django users
Hello Meera, Did you try using urls as And I think you should check what messages you received on the shell where you are running ./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 Djang

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!! > > 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 are subscribed to the Google Groups > "Djan

Re: Please help me out!!!!!

2020-06-03 Thread Lily Perera Capetillo
Hi try this Urlpatterns=[ path(“/myview”, views.myview, name=”myview”) ] In this case Href={% url ‘ App_name/myview’%} Write your app name in App name but here Href={% url ‘ App_name/myview’%} put it this way href={% url ‘ App_name:myview’%} with : El mié., 3 jun. 2020 a las 8:00, meera

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: >

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 mes

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
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'), } } Is

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-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 received this message