Does someone have any idea of any other groups on which i can get help on
my question ? Thanks. BR Es.
Le lundi 23 mars 2020 16:14:37 UTC+1, Eswar Subramanyam a écrit :
>
> I am using MongoDB as underlying DB with Django.
>
> pipeline = {
> '
I am using MongoDB as underlying DB with Django.
pipeline = {
'price' : Sum('price'),
'month' : ExtractMonth('dateValue'),
}
queryset =
ListingBooks.objects.values('dateValue','typeBook').annotate(**pipeline)
Unfortuantely i get a NotImplementError,
I am using MongoDB as underlying DB with Django.
pipeline = {
'price' : Sum('price'),
'month' : ExtractMonth('dateValue'),
}
queryset =
ListingBooks.objects.values('dateValue','typeBook').annotate(**pipeline)
Unfortuantely i get a NotImplementError,
;pymongo'
The *above exception was the direct cause *of the following exception:
Indeed that's where Khaleel you were right, PyMongo i installed through
pycharm, which desginated a sitepackage folder that wasnt my user
site-package...
Hope this helps someone falling into the same trap.
Ch
read mischief in the land - it would be as if he killed all mankind, & if
> anyone saved a life, it would be as if he saved the life of all mankind.
>
>
> On Fri, Mar 20, 2020 at 2:05 AM Eswar Subramanyam <
> eswar.subraman...@gmail.com> wrote:
>
>> Hi
>>
>>
Hi
I opted for Djongo to take advantage of Django ORM with MongoDB..
but while starting the server, i get the following error
AppData\Roaming\Python\Python38\site-packages\django\db\utils.py", line
121, in load_backend
raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured
6 matches
Mail list logo