Re:REQUEST FOR GUIDES IN MY DJANGO CRYPTO EXCHANGE PROJECT

2021-01-15 Thread Joel Tanko
Still need help? Email me @ 7thog...@gmail.com On 13 Jan 2021 3:03 pm, "yingi keme" wrote: > Send a mail to yingik...@gmail.com. From your name I know you are Ijaw. I > am too. > > I can address all or most of your issues. > > > Original Message > Subject: REQUEST FOR GUIDES IN

Using django cms in a model instance scenario rather than the whole site

2021-01-15 Thread Joel Tanko
Hey guys, So I have this django project that works similar to shopify(only on a smaller scale) that allows local businesses to open and manage their online stores - made possible by the django app. I decided it would be a good idea to let the store owners (or merchants) send emails from their admin

Re: Using django cms in a model instance scenario rather than the whole site

2021-01-15 Thread Andréas Kühne
Hi Joel, I don't think you need to incorporate django cms for that use case. You would be better just to add a HTML editor of some sort and then saving the HTML in the database. That way you don't need to open up django admin for the cms handling either? At least that's the way I would do it? Reg

Page not found error

2021-01-15 Thread Charapalli Tharun NIQIJGURDN
I am a newbie to django and I have been stuck here from the past two days please help me Using the URLconf defined in mysite.urls, Django tried these URL patterns, in this order: 1. polls/ 2. admin/ The empty path didn't match any of these. *Views.py* from django.shortcuts import

[ANN] The covid-ht project

2021-01-15 Thread Matemática A3K
>From https://covid-ht.herokuapp.com/about: According to Dr. Eugenia Barrientos[1], an ongoing viral infection can be detected from the results of an hemogram test, and, given the current COVID19 pandemic, all viral infections with cold and flu symptoms should be treated as COVID19 cases. The inf

Re: Django ORM annotate performance

2021-01-15 Thread Naresh Jonnala
Hi, print(qs.query) and share. On Wednesday, January 13, 2021 at 11:25:06 PM UTC+5:30 pawe...@gmail.com wrote: > Hi all, > > I wanted to cross post my question / problem in regards to Django's ORM > `annotate` performance. Not sure if I should post it here on or Django > developers mailing li

Re: muliple queryset result

2021-01-15 Thread Naresh Jonnala
Hi, 'OR' operator kills expected logic. try removing 'or' operator. For best practice, prepare raw sql and execute,untill you get logic. then update django query set. On Saturday, January 9, 2021 at 6:31:33 PM UTC+5:30 soumenk...@gmail.com wrote: > Hi Folks, > > Actually I have one *Pr

Re: Is there any way to custom group models in the admin panel?

2021-01-15 Thread onyilimba martins mclaren tochukwu
I stumbled on the need to do this, is there any pacakage that does this now? the one I saw was last updated 2018 On Wednesday, July 18, 2007 at 6:05:02 PM UTC+1 Sebastian Macias wrote: > I just opened a ticket for this. > > http://code.djangoproject.com/ticket/4918 > > Sebastian Macias > > > On