Re: help

2020-06-23 Thread meera gangani
DATABASES = {'default': { 'ENGINE': 'django.db.backends.postgresql_psycopg2', 'NAME': 'my_local_db', 'USER': 'admin', 'PASSWORD': 'mypassword', 'HOST': 'localhost',} Otherwise 'USERNAME': 'admin', You can try both ! On Tue, Jun 23, 2020 at 2:21 PM Peter Kirieny wrote: >

Help me out please

2020-06-20 Thread meera gangani
and latitude of our building, so we can mark his/her attendance, so please can you help me out in troubled situation At least you can give some sort of idea of what I will use to implement this Thanking you in advance -Meera Gangani -- You received this message because you are subscribed

Re: Please help me out!

2020-06-19 Thread meera gangani
ttps://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 >>

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

Employee leave module in django?

2020-06-18 Thread meera gangani
Hello , I want to implement an employee leave module in django?? "Am New" in django Please help me? Thanks in advance -Meera Gangani -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop r

Re: get() missing 1 required positional argument: 'id'

2020-06-16 Thread meera gangani
You can check this once, https://stackoverflow.com/questions/38934042/django-typeerror-missing-1-required-positional-argument-person-id On Wed, Jun 17, 2020 at 9:40 AM Adya Mit wrote: > did not work > > views.py > > class EmployeeCBV(View): > def get(self,request,id,*args,**kwargs): >

Work in django!!

2020-06-16 Thread meera gangani
Hello , I want to work with maps in django, which libraries i installed! Thank to you in advance -Meera -- 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

Need your help!!

2020-06-15 Thread meera gangani
Hello , How to apply security in django application and how to secure django applications Thanks in advance -Meera Gangani -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop

How to use session in django??

2020-06-14 Thread meera gangani
Hello , How To use session in django Can you please help me out! Thanks in advance -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 emails from it, send an email

Help Me!!

2020-06-08 Thread meera gangani
Hello, I want to create Stopwatch in django where, we provide One start button and that turned into stop button, it means when we click the start button that turns into a stop button. Please help me out!! Thanks in advance -Meera Gangani -- You received this message

Help me!

2020-06-08 Thread meera gangani
I want to create personal chat in django!! What Can I Do? And What are the Libraries I install? Please Help Me Out!! Thanks in advance -Meera Gangani -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this grou

Re: Any free MAP API available

2020-06-03 Thread meera gangani
you can use* Geo-Django *Library available in django On Thu, Jun 4, 2020 at 3:15 AM Ram wrote: > Hi, > > We need to add location map based on the zip code in our DJango web > application. Is there any free API available out there? if you have used it > already could you suggest one? > >

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

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: Please help me out?

2020-05-31 Thread meera gangani
ve 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 anyon

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
I Want to implement Mark all a read in notification!! So What should i do!! Can you explain me a little bit of this! On Sat, May 30, 2020 at 8:46 AM meera gangani wrote: > Thank you So much for helping me out!! > Thanks a lot > > Meera Gangani > > On Fri, May 29, 2020 at 5:08

Re: Can You please help me out!!!

2020-05-29 Thread meera gangani
Thank you So much for helping me out!! Thanks a lot Meera Gangani On Fri, May 29, 2020 at 5:08 PM Sencer Hamarat wrote: > Hi Meera, > > You have only one record because of you are using .latest() method in the > query. > > If you want to last 3 or 4 object ordered by de

How to create chatroom?

2020-05-27 Thread meera gangani
I want to create chatroom in django like slack, where user can post messages to the room and at the same time other user can see those message immediately What Can I Do? And What are the Libraries I install? Please Help Me Out!! Thanks In Advance -Meera Gangani -- You received this message

Re: How to Insert Foreign Key into my user model with Abstractbaseuser

2020-05-21 Thread meera gangani
You Can Try this one user = models.ForeignKey(User, on_delete=models.CASCADE) On Thu, May 21, 2020 at 5:41 PM 박지훈 wrote: > class User(AbstractBaseUser): >password = models.CharField(max_length=128) >username = models.CharField(unique=True, max_length=150) >is_superuser =

Re: Please help me out?

2020-05-21 Thread meera gangani
will see duplicate ip address entries for > different employees. For unique and authenticity of attendance you might > need 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: > &g

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 <https://go.microsoft.com/fwlink/?LinkId=550986> for > Windows 10 >

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 receiving

Can you help me out?

2020-05-20 Thread meera gangani
I create a chatroom in django Please let me help if you know how to do it? Otherwise you can tell me a library so at least I can do it myself? Thanking You -Meera -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group

Re: I'm new to this django help me out

2020-05-19 Thread meera gangani
You can watch django tutorial series on youtube otherwise you can also apply to the courses on coursera or udemy On Tuesday, May 5, 2020 at 10:55:48 PM UTC+5:30, sree lekha wrote: > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To

How To create a chatroom in django

2020-05-19 Thread 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 emails from it, send an email to django-users+unsubscr...@googlegroups.com. To view this discussion on the web visit