.
--
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
https://groups.google.com/
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 unsubscri
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 a
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 emai
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
>
n you 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:
>
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 = models.In
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
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
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
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
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 anyone t
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 lo
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
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?
>
> Thanks,
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
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
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
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
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
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):
>
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
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 emai
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
>>
itude
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 subscrib
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:
> ye
26 matches
Mail list logo