Re: MongoDB Connect with Django

2019-09-29 Thread Jani Tiainen
Hi.

Personally I even would try to use any special backend that tries to map
non-relational database with tool (ORM) that is meant for relational
database.

You can connect to mongodb just fine with plain python connector and read
data from there. You don't need anything magical for it.

Of course you are not able to use some things mainly ones that do relate
ORM. But that sacrifice you did already.


la 28. syysk. 2019 klo 17.00 'Abhishek Sharma' via Django users <
django-users@googlegroups.com> kirjoitti:

> Error during connecting Django with MongoDB, Please help on it.
>
> django.core.exceptions.ImproperlyConfigured: 'django_mongodb_engine' isn't
> an available database backend.
> Try using 'django.db.backends.XXX', where XXX is one of:
> 'mysql', 'oracle', 'postgresql', 'sqlite3'
>
>
>
> *Regards,*
> Abhishek
>
>
> On Fri, Sep 27, 2019 at 9:18 PM Kasper Laudrup 
> wrote:
>
>> On September 27, 2019 3:56:03 PM GMT+02:00, 'Abhishek Sharma' via Django
>> users  wrote:
>>>
>>> Hi Guy,
>>>
>>> My question is, I'm trying to connect mongodb from localhost using dango
>>> freamwork.
>>>
>>> Realy greatfull if any budy help on it.
>>>
>>> Regards,
>>> Abhishek
>>>
>>>
>>> On Fri, Sep 27, 2019, 6:43 PM Kasper Laudrup 
>>> wrote:
>>>


 On 27/09/2019 14.47, 'Abhishek Sharma' via Django users wrote:
 > Thanku! Kasper but i didn't find a solution
 >

 Then it would probably be easier for people to help you with a solution
 if you started by clarifying what your problem is...

 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/7166e14c-f156-f5ee-17a3-5e978293b52c%40stacktrace.dk
 .

>>>
>>>
>>>
>>>
>>> --
>>>
>>> The information in this e-mail and any attachments is confidential and
>>> may be legally privileged. It is intended solely for the addressee or
>>> addressee's. If you are not an intended recipient, please delete the
>>> message and any attachments and notify the sender of nondelivery. Any use
>>> or disclosure of the contents of either is unauthorised and may be
>>> unlawful. All liability for viruses is excluded to the fullest extent
>>> permitted by law. Any views expressed in this message are those of the
>>> individual sender, except where the sender states them, with requisite
>>> authority, to be those of the organisation.
>>>
>>>
>> Hi buddy,
>>
>> That's not a question.
>>
>> What have you tried so far?
>>
>> Did you follow the instructions that someone was kind enough to send you
>> a screenshot of?
>>
>> Which errors did you get, where's your code?
>>
>> Your not going to get any help until you figure out how to ask a question
>> that someone can actually answer.
>>
>> Kind regards,
>>
>> Kasper
>>
>> --
>> 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/890A2FB0-C7C9-47DC-9FB1-678A7D68F73A%40stacktrace.dk
>> 
>> .
>>
>
>
>
>
> --
>
> The information in this e-mail and any attachments is confidential and may
> be legally privileged. It is intended solely for the addressee or
> addressee's. If you are not an intended recipient, please delete the
> message and any attachments and notify the sender of nondelivery. Any use
> or disclosure of the contents of either is unauthorised and may be
> unlawful. All liability for viruses is excluded to the fullest extent
> permitted by law. Any views expressed in this message are those of the
> individual sender, except where the sender states them, with requisite
> authority, to be those of the organisation.
>
> --
> 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/CADXAtDYfPft7Jder7CXP1OHQ6UMOghoMvimOhdeFLq7fcc-vgg%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 

Re: MongoDB Connect with Django

2019-09-28 Thread 'Abhishek Sharma' via Django users
Error during connecting Django with MongoDB, Please help on it.

django.core.exceptions.ImproperlyConfigured: 'django_mongodb_engine' isn't
an available database backend.
Try using 'django.db.backends.XXX', where XXX is one of:
'mysql', 'oracle', 'postgresql', 'sqlite3'



*Regards,*
Abhishek


On Fri, Sep 27, 2019 at 9:18 PM Kasper Laudrup 
wrote:

> On September 27, 2019 3:56:03 PM GMT+02:00, 'Abhishek Sharma' via Django
> users  wrote:
>>
>> Hi Guy,
>>
>> My question is, I'm trying to connect mongodb from localhost using dango
>> freamwork.
>>
>> Realy greatfull if any budy help on it.
>>
>> Regards,
>> Abhishek
>>
>>
>> On Fri, Sep 27, 2019, 6:43 PM Kasper Laudrup 
>> wrote:
>>
>>>
>>>
>>> On 27/09/2019 14.47, 'Abhishek Sharma' via Django users wrote:
>>> > Thanku! Kasper but i didn't find a solution
>>> >
>>>
>>> Then it would probably be easier for people to help you with a solution
>>> if you started by clarifying what your problem is...
>>>
>>> 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/7166e14c-f156-f5ee-17a3-5e978293b52c%40stacktrace.dk
>>> .
>>>
>>
>>
>>
>>
>> --
>>
>> The information in this e-mail and any attachments is confidential and
>> may be legally privileged. It is intended solely for the addressee or
>> addressee's. If you are not an intended recipient, please delete the
>> message and any attachments and notify the sender of nondelivery. Any use
>> or disclosure of the contents of either is unauthorised and may be
>> unlawful. All liability for viruses is excluded to the fullest extent
>> permitted by law. Any views expressed in this message are those of the
>> individual sender, except where the sender states them, with requisite
>> authority, to be those of the organisation.
>>
>>
> Hi buddy,
>
> That's not a question.
>
> What have you tried so far?
>
> Did you follow the instructions that someone was kind enough to send you a
> screenshot of?
>
> Which errors did you get, where's your code?
>
> Your not going to get any help until you figure out how to ask a question
> that someone can actually answer.
>
> Kind regards,
>
> Kasper
>
> --
> 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/890A2FB0-C7C9-47DC-9FB1-678A7D68F73A%40stacktrace.dk
> 
> .
>

-- 


-- 

















The information in this
e-mail and any attachments is 
confidential and may be legally privileged. It is
intended solely for the 
addressee or addressee's. If you are not an intended
recipient, please 
delete the message and any attachments and notify the sender
of 
nondelivery. Any use or disclosure of the contents of either is 
unauthorised
and may be unlawful. All liability for viruses is excluded to 
the fullest
extent permitted by law. Any views expressed in this message 
are those of the
individual sender, except where the sender states them, 
with requisite
authority, to be those of the organisation.

-- 
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/CADXAtDYfPft7Jder7CXP1OHQ6UMOghoMvimOhdeFLq7fcc-vgg%40mail.gmail.com.


Re: MongoDB Connect with Django

2019-09-27 Thread Kasper Laudrup
On September 27, 2019 3:56:03 PM GMT+02:00, 'Abhishek Sharma' via Django users 
 wrote:
>Hi Guy,
>
>My question is, I'm trying to connect mongodb from localhost using
>dango
>freamwork.
>
>Realy greatfull if any budy help on it.
>
>Regards,
>Abhishek
>
>
>On Fri, Sep 27, 2019, 6:43 PM Kasper Laudrup 
>wrote:
>
>>
>>
>> On 27/09/2019 14.47, 'Abhishek Sharma' via Django users wrote:
>> > Thanku! Kasper but i didn't find a solution
>> >
>>
>> Then it would probably be easier for people to help you with a
>solution
>> if you started by clarifying what your problem is...
>>
>> 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/7166e14c-f156-f5ee-17a3-5e978293b52c%40stacktrace.dk
>> .
>>
>
>-- 
>
>
>-- 
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>The information in this
>e-mail and any attachments is 
>confidential and may be legally privileged. It is
>intended solely for the 
>addressee or addressee's. If you are not an intended
>recipient, please 
>delete the message and any attachments and notify the sender
>of 
>nondelivery. Any use or disclosure of the contents of either is 
>unauthorised
>and may be unlawful. All liability for viruses is excluded to 
>the fullest
>extent permitted by law. Any views expressed in this message 
>are those of the
>individual sender, except where the sender states them, 
>with requisite
>authority, to be those of the organisation.
>
>-- 
>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/CADXAtDamVrn1YUkxBGa4E2Cej7fBvRFwMNRfAk-GxmOk1fY0cQ%40mail.gmail.com.

Hi buddy,

That's not a question.

What have you tried so far?

Did you follow the instructions that someone was kind enough to send you a 
screenshot of?

Which errors did you get, where's your code?

Your not going to get any help until you figure out how to ask a question that 
someone can actually answer.

Kind regards,

Kasper

-- 
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/890A2FB0-C7C9-47DC-9FB1-678A7D68F73A%40stacktrace.dk.


Re: MongoDB Connect with Django

2019-09-27 Thread 'Abhishek Sharma' via Django users
Hi Guy,

My question is, I'm trying to connect mongodb from localhost using dango
freamwork.

Realy greatfull if any budy help on it.

Regards,
Abhishek


On Fri, Sep 27, 2019, 6:43 PM Kasper Laudrup  wrote:

>
>
> On 27/09/2019 14.47, 'Abhishek Sharma' via Django users wrote:
> > Thanku! Kasper but i didn't find a solution
> >
>
> Then it would probably be easier for people to help you with a solution
> if you started by clarifying what your problem is...
>
> 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/7166e14c-f156-f5ee-17a3-5e978293b52c%40stacktrace.dk
> .
>

-- 


-- 

















The information in this
e-mail and any attachments is 
confidential and may be legally privileged. It is
intended solely for the 
addressee or addressee's. If you are not an intended
recipient, please 
delete the message and any attachments and notify the sender
of 
nondelivery. Any use or disclosure of the contents of either is 
unauthorised
and may be unlawful. All liability for viruses is excluded to 
the fullest
extent permitted by law. Any views expressed in this message 
are those of the
individual sender, except where the sender states them, 
with requisite
authority, to be those of the organisation.

-- 
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/CADXAtDamVrn1YUkxBGa4E2Cej7fBvRFwMNRfAk-GxmOk1fY0cQ%40mail.gmail.com.


Re: MongoDB Connect with Django

2019-09-27 Thread DANIEL URBANO DE LA RUA
here you have a screen capture for you too see how it works. and you have 
the documentations

El viernes, 27 de septiembre de 2019, 13:55:00 (UTC+2), Abhishek Sharma 
escribió:
>
> Hi,
>
> Pls help out me on database connect established between django and mongodb.
>
> i'm trying to connect from localhost to establish.
>
> Thanks,
>
>
>
>
> --
>
> The information in this e-mail and any attachments is confidential and may 
> be legally privileged. It is intended solely for the addressee or 
> addressee's. If you are not an intended recipient, please delete the 
> message and any attachments and notify the sender of nondelivery. Any use 
> or disclosure of the contents of either is unauthorised and may be 
> unlawful. All liability for viruses is excluded to the fullest extent 
> permitted by law. Any views expressed in this message are those of the 
> individual sender, except where the sender states them, with requisite 
> authority, to be those of the organisation.
>

-- 
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/a72294a5-3a1e-4af0-ab8a-b30b4f055918%40googlegroups.com.


Re: MongoDB Connect with Django

2019-09-27 Thread DANIEL URBANO DE LA RUA


El viernes, 27 de septiembre de 2019, 13:55:00 (UTC+2), Abhishek Sharma 
escribió:
>
> Hi,
>
> Pls help out me on database connect established between django and mongodb.
>
> i'm trying to connect from localhost to establish.
>
> Thanks,
>
>
>
>
> --
>
> The information in this e-mail and any attachments is confidential and may 
> be legally privileged. It is intended solely for the addressee or 
> addressee's. If you are not an intended recipient, please delete the 
> message and any attachments and notify the sender of nondelivery. Any use 
> or disclosure of the contents of either is unauthorised and may be 
> unlawful. All liability for viruses is excluded to the fullest extent 
> permitted by law. Any views expressed in this message are those of the 
> individual sender, except where the sender states them, with requisite 
> authority, to be those of the organisation.
>

-- 
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/53c0c73a-32f4-4931-a13b-6e6f1d8a203e%40googlegroups.com.


Re: MongoDB Connect with Django

2019-09-27 Thread DANIEL URBANO DE LA RUA
https://django-mongodb-engine.readthedocs.io/en/latest/ it is ease to do is 
like another connection with another data base

El viernes, 27 de septiembre de 2019, 13:55:00 (UTC+2), Abhishek Sharma 
escribió:
>
> Hi,
>
> Pls help out me on database connect established between django and mongodb.
>
> i'm trying to connect from localhost to establish.
>
> Thanks,
>
>
>
>
> --
>
> The information in this e-mail and any attachments is confidential and may 
> be legally privileged. It is intended solely for the addressee or 
> addressee's. If you are not an intended recipient, please delete the 
> message and any attachments and notify the sender of nondelivery. Any use 
> or disclosure of the contents of either is unauthorised and may be 
> unlawful. All liability for viruses is excluded to the fullest extent 
> permitted by law. Any views expressed in this message are those of the 
> individual sender, except where the sender states them, with requisite 
> authority, to be those of the organisation.
>

-- 
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/f0dc8f68-d886-4fbe-8dc3-0e0aced2e7dc%40googlegroups.com.


Re: MongoDB Connect with Django

2019-09-27 Thread Kasper Laudrup




On 27/09/2019 14.47, 'Abhishek Sharma' via Django users wrote:

Thanku! Kasper but i didn't find a solution



Then it would probably be easier for people to help you with a solution 
if you started by clarifying what your problem is...


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/7166e14c-f156-f5ee-17a3-5e978293b52c%40stacktrace.dk.


Re: MongoDB Connect with Django

2019-09-27 Thread 'Abhishek Sharma' via Django users
Thanku! Kasper but i didn't find a solution

On Friday, September 27, 2019 at 5:38:09 PM UTC+5:30, Kasper Laudrup wrote:
>
> Hi, 
>
> On 27/09/2019 13.40, 'Abhishek Sharma' via Django users wrote: 
> > 
> > Pls help out me on database connect established between django and 
> mongodb. 
> > 
> > i'm trying to connect from localhost to establish. 
> > 
>
> Have you had a look at this?: 
>
> https://django-mongodb-engine.readthedocs.io/en/latest/index.html 
>
> That was just the first thing I found doing a simple search... 
>
> Kind regards, 
>
> Kasper Laudrup 
>

-- 


-- 

















The information in this
e-mail and any attachments is 
confidential and may be legally privileged. It is
intended solely for the 
addressee or addressee's. If you are not an intended
recipient, please 
delete the message and any attachments and notify the sender
of 
nondelivery. Any use or disclosure of the contents of either is 
unauthorised
and may be unlawful. All liability for viruses is excluded to 
the fullest
extent permitted by law. Any views expressed in this message 
are those of the
individual sender, except where the sender states them, 
with requisite
authority, to be those of the organisation.

-- 
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/654f2865-c841-49f3-8a95-77136ee9fc73%40googlegroups.com.


Re: MongoDB Connect with Django

2019-09-27 Thread Kasper Laudrup

Hi,

On 27/09/2019 13.40, 'Abhishek Sharma' via Django users wrote:


Pls help out me on database connect established between django and mongodb.

i'm trying to connect from localhost to establish.



Have you had a look at this?:

https://django-mongodb-engine.readthedocs.io/en/latest/index.html

That was just the first thing I found doing a simple search...

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/1e77cce2-931d-f4f3-66c7-909c651a5327%40stacktrace.dk.