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 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 emails from it, send an email to django-users+unsubscr...@googlegroups.com.To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CANaPPPJY3JypYQaWbbx%3DNQe6SyUghvXXRRF4SK3iER0N0wa0OQ%40mail.gmail.com. 



-- 
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/d/msgid/django-users/5ec61042.1c69fb81.acd42.0c85%40mx.google.com.


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 
> *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?
>
>
>
> 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 emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CANaPPPJY3JypYQaWbbx%3DNQe6SyUghvXXRRF4SK3iER0N0wa0OQ%40mail.gmail.com
> 
> .
>
>
>
> --
> 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/d/msgid/django-users/5ec61042.1c69fb81.acd42.0c85%40mx.google.com
> 
> .
>

-- 
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/d/msgid/django-users/CANaPPPLRgjjQzrS4d7UjM2v2c2dTAtNjTZfRAMK71rw%2B%3Dv9QNw%40mail.gmail.com.


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 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 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 emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CANaPPPJY3JypYQaWbbx%3DNQe6SyUghvXXRRF4SK3iER0N0wa0OQ%40mail.gmail.com
> 
> .
>

-- 
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/d/msgid/django-users/CANJhOQ584EHKjhqpcKiKd1X%3Dgh_Gs9QJy%3DW5F79JsKFiuoh6mw%40mail.gmail.com.


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 your datamodel looking like?
- Etc.

Based on the answers on these questions, we can help you further.

Op donderdag 21 mei 2020 09:14:12 UTC+2 schreef 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 
>> *Sent: *21 May 2020 10:39
>> *To: *django...@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?
>>
>>  
>>
>> 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 emails from it, send an 
>> email to django...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-users/CANaPPPJY3JypYQaWbbx%3DNQe6SyUghvXXRRF4SK3iER0N0wa0OQ%40mail.gmail.com
>>  
>> 
>> .
>>
>>  
>>
>> -- 
>> 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...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-users/5ec61042.1c69fb81.acd42.0c85%40mx.google.com
>>  
>> 
>> .
>>
>

-- 
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/d/msgid/django-users/b8f7be57-fbb8-442a-8f0b-cd7f1abae4fa%40googlegroups.com.


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 the implementation I do?

Thanking You In Advance

On Thu, May 21, 2020 at 5:41 PM Anuroop Pendela 
wrote:

> 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 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 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 emails from it, send an
>> email to django-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/CANaPPPJY3JypYQaWbbx%3DNQe6SyUghvXXRRF4SK3iER0N0wa0OQ%40mail.gmail.com
>> 
>> .
>>
> --
> 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/d/msgid/django-users/CANJhOQ584EHKjhqpcKiKd1X%3Dgh_Gs9QJy%3DW5F79JsKFiuoh6mw%40mail.gmail.com
> 
> .
>

-- 
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/d/msgid/django-users/CANaPPPJotofLrWnr98DEbekkTGE_D8UR0pB1o4jMKBZOz%3D8qww%40mail.gmail.com.


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 very clear what you are trying to achieve. What do mean by 
"mark the attendance of all the employee"?


Anyway, you shouldn't attempt to trust any client based on IP address. 
That is trivial to spoof and there really isn't any way around that 
because of how HTTP works.


I don't understand what you mean by "ip address referenced to the mac 
address" either. Are you talking about the ARP cache on the host running 
Django? Do you want to do ARP lookups on the local network? Why?


Please be more clear on what your problem is and what exactly you want 
to achieve.


Kind regards,

Kasper Laudrup

--
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/d/msgid/django-users/8bfea02f-668d-1294-0dd0-fec79358ad01%40stacktrace.dk.


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(Trusted IP Addresses )
> > then what was the implementation I do?
> >
>
> It is not very clear what you are trying to achieve. What do mean by
> "mark the attendance of all the employee"?
>
> Anyway, you shouldn't attempt to trust any client based on IP address.
> That is trivial to spoof and there really isn't any way around that
> because of how HTTP works.
>
> I don't understand what you mean by "ip address referenced to the mac
> address" either. Are you talking about the ARP cache on the host running
> Django? Do you want to do ARP lookups on the local network? Why?
>
> Please be more clear on what your problem is and what exactly you want
> to achieve.
>

My guess () is that someone wants to take attendance without
physically being
in a location. The idea is to use the presence of a 'stupid' phone to mark the
physical location of its bearer. (Just imo.)

Regards

-- 
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/d/msgid/django-users/CAPpdf5_2sG-9FZG0jvaHd9ydp0yakbjuTGQntqpSYmXQ4LpPmQ%40mail.gmail.com.


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 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 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/d/msgid/django-users/CANaPPP%2BZO-552o6%3DJDoc-mCBZ1Q%3DCrv0JE%2B-e%3DzFKRAzfHFMgQ%40mail.gmail.com
> 
> .
>

-- 
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/d/msgid/django-users/CAKRQzujLOV%2BtUKZkh4%2Bi1VJWcE%3DeHLWoaKcbZXbjaMq_xoBOEw%40mail.gmail.com.


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 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 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 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/d/
>> msgid/django-users/CANaPPP%2BZO-552o6%3DJDoc-mCBZ1Q%
>> 3DCrv0JE%2B-e%3DzFKRAzfHFMgQ%40mail.gmail.com
>> 
>> .
>>
> --
> 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/d/
> msgid/django-users/CAKRQzujLOV%2BtUKZkh4%2Bi1VJWcE%3DeHLWoaKcbZXbjaMq_
> xoBOEw%40mail.gmail.com
> 
> .
>

-- 
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/d/msgid/django-users/CANaPPPJOT5SWdWz8QbS2p6_fRTuWttLv6bm6PKfFaArhCPvkAQ%40mail.gmail.com.


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/jkanban

-- 
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/d/msgid/django-users/CACwCsY4HUJmo4rEMMgRereAg9n6Dz75bsPLb3UFUuPAbsKj9CA%40mail.gmail.com.


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 otherwise IP address
2. Employee comes in building he can login into the system and click on 
the check-in button ( using longitude and latitude we find a office 
premises and then we can apply API key )


So which api key I can use?
And how to solve this problem?



You can't. However you try to implement that will be extremely 
unreliable and the client can spoof it anyway if they choose to do that.


Make the client login/employee check-in and out with some normal 
authentication mechanism. It's much easier so need to waste a lot of 
time trying to implement something that will never work anyway.


If you want to make some kind of tracking/surveillance system I'm sure 
you can do that but this is not the way to go.


Kind regards,

Kasper Laudrup

--
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/d/msgid/django-users/90c33527-fea2-a7f6-d146-20ab332620b2%40stacktrace.dk.


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-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 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/d/msgid/django-users/CANaPPPLbk6JV8tQjxkKUiN-H%3D_JLHjztMQfGLK6oUx9ootEojg%40mail.gmail.com. 



-- 
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/d/msgid/django-users/B95F9502-B7D0-49C6-8E4E-0C3B2F80EF21%40hxcore.ol.


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 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 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.
>> 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/d/msgid/django-users/CANaPPPLbk6JV8tQjxkKUiN-H%3D_JLHjztMQfGLK6oUx9ootEojg%40mail.gmail.com
>> 
>> .
>>
>

-- 
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/d/msgid/django-users/CANaPPPL0eZ4HbjGjV4-mYP2%2BEqg9egEspZGmyF2oBuNmgkwbyA%40mail.gmail.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 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 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 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.
>>> 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/d/msgid/django-users/CANaPPPLbk6JV8tQjxkKUiN-H%3D_JLHjztMQfGLK6oUx9ootEojg%40mail.gmail.com
>>> 
>>> .
>>>
>> --
> 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/d/msgid/django-users/CANaPPPL0eZ4HbjGjV4-mYP2%2BEqg9egEspZGmyF2oBuNmgkwbyA%40mail.gmail.com
> 
> .
>

-- 
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/d/msgid/django-users/CABOHK3SyS6mOd4jiRLpEd_m_bcBUmt8GVG4BMidi%2BfY%3DB4sasA%40mail.gmail.com.


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 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.
> 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/d/msgid/django-users/CANaPPPLbk6JV8tQjxkKUiN-H%3D_JLHjztMQfGLK6oUx9ootEojg%40mail.gmail.com
> 
> .
>

-- 
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/d/msgid/django-users/CACDrS2ohxmNQAXouO1xHK6ktMjnCBqu16ctV99ESBPV3ifgqrg%40mail.gmail.com.


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
>
> --
> 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/d/msgid/django-users/CANaPPPLbk6JV8tQjxkKUiN-H%3D_JLHjztMQfGLK6oUx9ootEojg%40mail.gmail.com
> 
> .
>

-- 
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/d/msgid/django-users/CAP5HUWq7YG2-b7ZanR%3DzYwkbv4wBw6-5qo%3DsMVBb5r3%2BfB%3DRYg%40mail.gmail.com.


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
> "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/d/msgid/django-users/CANaPPPLbk6JV8tQjxkKUiN-H%3D_JLHjztMQfGLK6oUx9ootEojg%40mail.gmail.com
> 
> .
>

-- 
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/d/msgid/django-users/CAHfGPEc9AZU0Y-xJLBZ0N2jwoDVioG3SLnnTQOickCE%3DsQOKsQ%40mail.gmail.com.


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 gangani ()
escribió:

> 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 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 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.
>>> 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/d/msgid/django-users/CANaPPPLbk6JV8tQjxkKUiN-H%3D_JLHjztMQfGLK6oUx9ootEojg%40mail.gmail.com
>>> 
>>> .
>>>
>> --
> 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/d/msgid/django-users/CANaPPPL0eZ4HbjGjV4-mYP2%2BEqg9egEspZGmyF2oBuNmgkwbyA%40mail.gmail.com
> 
> .
>

-- 
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/d/msgid/django-users/CAPuXgy6jOnWr5TsmBrLJ9%2BvHFE8Jp76Zgn_UJRW33H4-abnnxQ%40mail.gmail.com.


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 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/d/msgid/django-users/CANaPPPJJq_r9AZqeQACGqMpGjPzzx1sJA%3DLQr-K3FJ6s4%3DQkbA%40mail.gmail.com
> 
> .
>

-- 
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/d/msgid/django-users/CAHqz0_YK6GDJo%2B2Uq6eJt%3DL--gYLPf1U3DNdejFx0oQGQTE9yw%40mail.gmail.com.


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 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 emails from it, send an
>> email to django-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/CANaPPPJJq_r9AZqeQACGqMpGjPzzx1sJA%3DLQr-K3FJ6s4%3DQkbA%40mail.gmail.com
>> 
>> .
>>
>

-- 
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/d/msgid/django-users/CAHqz0_aHyrZuG_F17E-VJaUUAUnKkZmTZuDbXR-pOhLLA5svKg%40mail.gmail.com.


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 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/d/msgid/django-users/CANaPPPJJq_r9AZqeQACGqMpGjPzzx1sJA%3DLQr-K3FJ6s4%3DQkbA%40mail.gmail.com
> 
> .
>

-- 
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/d/msgid/django-users/CAKfjjGpDpgBQ%3DK4%3DbjACmsSNE%2BddHndVvJMqR3FF43fLvjpejw%40mail.gmail.com.


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 ,
>>
>> 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 emails from it, send an
>> email to django-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/CANaPPPJJq_r9AZqeQACGqMpGjPzzx1sJA%3DLQr-K3FJ6s4%3DQkbA%40mail.gmail.com
>> 
>> .
>>
> --
> 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/d/msgid/django-users/CAKfjjGpDpgBQ%3DK4%3DbjACmsSNE%2BddHndVvJMqR3FF43fLvjpejw%40mail.gmail.com
> 
> .
>


-- 
Thanks and Regards

J. Ranga Bharath
cell: 9110334114

-- 
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/d/msgid/django-users/CAK5m3172%2BEbLGW0X%2Bdht4sSg7Ba8DejZCQXq%2B6%3D3tbJfiHtD7A%40mail.gmail.com.


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/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 ,
>>>
>>> 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 emails from it, send
>>> an email to django-users+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/django-users/CANaPPPJJq_r9AZqeQACGqMpGjPzzx1sJA%3DLQr-K3FJ6s4%3DQkbA%40mail.gmail.com
>>> 
>>> .
>>>
>> --
>> 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/d/msgid/django-users/CAKfjjGpDpgBQ%3DK4%3DbjACmsSNE%2BddHndVvJMqR3FF43fLvjpejw%40mail.gmail.com
>> 
>> .
>>
>
>
> --
> Thanks and Regards
>
> J. Ranga Bharath
> cell: 9110334114
>
> --
> 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/d/msgid/django-users/CAK5m3172%2BEbLGW0X%2Bdht4sSg7Ba8DejZCQXq%2B6%3D3tbJfiHtD7A%40mail.gmail.com
> 
> .
>

-- 
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/d/msgid/django-users/CANaPPPJU-nB%3DM4Jfjf6EKN5t9ZEptG_NM6kkY6%3DYgnjazy7DRQ%40mail.gmail.com.


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, Jun 19, 2020 at 3:11 PM RANGA BHARATH JINKA <
> bharathjink...@gmail.com> wrote:
>
>> 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 <
>> doddahuluga...@gmail.com> wrote:
>>
>>> 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 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/d/msgid/django-users/CANaPPPJJq_r9AZqeQACGqMpGjPzzx1sJA%3DLQr-K3FJ6s4%3DQkbA%40mail.gmail.com
 
 .

>>> --
>>> 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/d/msgid/django-users/CAKfjjGpDpgBQ%3DK4%3DbjACmsSNE%2BddHndVvJMqR3FF43fLvjpejw%40mail.gmail.com
>>> 
>>> .
>>>
>>
>>
>> --
>> Thanks and Regards
>>
>> J. Ranga Bharath
>> cell: 9110334114
>>
>> --
>> 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/d/msgid/django-users/CAK5m3172%2BEbLGW0X%2Bdht4sSg7Ba8DejZCQXq%2B6%3D3tbJfiHtD7A%40mail.gmail.com
>> 
>> .
>>
> --
> 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/d/msgid/django-users/CANaPPPJU-nB%3DM4Jfjf6EKN5t9ZEptG_NM6kkY6%3DYgnjazy7DRQ%40mail.gmail.com
> 
> .
>

-- 
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/d/msgid/django-users/CAHqz0_ZVX_U8YiNnWBHHf4v-kPnKwUzKnAe3JD65EqNVFZVFpw%40mail.gmail.com.


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 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/d/msgid/django-users/CANaPPPJJq_r9AZqeQACGqMpGjPzzx1sJA%3DLQr-K3FJ6s4%3DQkbA%40mail.gmail.com. 



-- 
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/d/msgid/django-users/0DD42743-FD68-417A-9AB2-C78FD56B2FDB%40hxcore.ol.


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
> "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/d/msgid/django-users/CANaPPPJJq_r9AZqeQACGqMpGjPzzx1sJA%3DLQr-K3FJ6s4%3DQkbA%40mail.gmail.com
> 
> .
>

-- 
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/d/msgid/django-users/CAOecAnztK3rb0D%2BHk-qkz8_%3DMya1xReoYBrkjUQZWNxaU1dCfw%40mail.gmail.com.


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:

> 
>
>  --
> 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 post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/e0144498-2204-47bf-b3d1-da229dc7f8ed%40googlegroups.com
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CA%2By5TLbdF%3DUK6wswnrbLEco6wzxZmhvKmg9piNXg1vDzJ3ck-w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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 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 post to this group, send email to django-users@googlegroups.com
.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-users/e0144498-2204-47bf-b3d1-da229dc7f8ed%40googlegroups.com
.
For more options, visit https://groups.google.com/d/optout.


--
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/53528BC6.5080107%40yahoo.gr.
For more options, visit https://groups.google.com/d/optout.


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 emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/fb92204d-f2a7-4e40-87b8-e85c13a9bbaf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 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 emails from it, send
an email to django-users+unsubscr...@googlegroups.com
.
To post to this group, send email to django-users@googlegroups.com
.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-users/fb92204d-f2a7-4e40-87b8-e85c13a9bbaf%40googlegroups.com
.
For more options, visit https://groups.google.com/d/optout.


--
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/5352954A.3010808%40yahoo.gr.
For more options, visit https://groups.google.com/d/optout.


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'



--
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 post to this group, send email to django-users@googlegroups.com
.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-users/fb92204d-f2a7-4e40-87b8-e85c13a9bbaf%40googlegroups.com
.
For more options, visit https://groups.google.com/d/optout.


--
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/535336A0.1030501%40dewhirst.com.au.
For more options, visit https://groups.google.com/d/optout.


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 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 post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/fb92204d-f2a7-4e40-87b8-e85c13a9bbaf%40googlegroups.com
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 

Gerald Klein DBA

contac...@geraldklein.com

www.geraldklein.com 

geraldklein.wordpress.com

j...@zognet.com

708-599-0352


Arch Awesome, Ranger & Vim the coding triple threat.

Linux registered user #548580

Brought to you by the Amish Mafia

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAP8NtCx8hNvjhxqx0G4fM8emXBjk%2BOrWhY7kbou_M1Pkswq71w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.