Mike Dewhirst writes:
> On 18/05/2021 3:18 pm, Mike Dewhirst wrote:
>> On 18/05/2021 3:14 pm, Pankaj Jangid wrote:
>>> I have an application from 3.1.x and in 3.2 we have to explicitly state
>>> this to make it compatible i.e. without any warning:
>>>
>>> DEFAULT_AUTO_FIELD = 'django.db.models.Au
Can you allow me to learn in group?..
I'm not expert in django but I have interested in it.
I have. Hands-on experience using python for data mining.
Regards,
Anant
On Wed 19 May, 2021, 12:58 AM Kasper Laudrup, wrote:
> On 18/05/2021 19.51, Gunjan shrimali wrote:
> > Is django single page appli
am adding class category in the models.py and adding it as a foreign key in
the products model but i get this error while migrating
somebody, please help
here is the code
class Category(models.Model):
name = models.CharField(max_length=50)
def __str__(self):
return self.name
cl
tanks for this, it was helpfull
On Thu, 13 May 2021 at 15:31, Ryan Nowakowski wrote:
> It's likely that your instance of OrderItem has a product field that's
> null.
>
> On May 12, 2021 3:50:42 AM CDT, Peter Kirieny
> wrote:
> >can somebody help with this please, am building an ecommerce web a
On 18/05/2021 19.51, Gunjan shrimali wrote:
> Is django single page application?
No.
> And can be completely work with react, angular??
Yes.
Also learn how to use a mailing list and/or Google groups:
https://www.dummies.com/education/internet-basics/how-to-post-messages-in-google-groups/
Ki
This will particularly be interesting for me. Okay.
Contact details,Name: Sharif Mehediemail: sharifmehed...@gmail.com On
Wednesday, May 19, 2021, 12:11:15 AM GMT+6, Diénert Vieira
wrote:
Hi, I'm interested.
https://www.linkedin.com/in/dienert
--
Diénert
Em ter., 18 de mai. de 2021 11:5
Hello Everyone,
I have developed one blogging website using Django and the website will
focus on making contents from Application Security & Software Development.
Please follow the Github repository & Youtube walkthrough video.
*YouTube video walkthrough*
https://www.youtube.com/watch?v=TRaejKH
Hi, i need i new widget for Select fields.
I have in my models 2 classes:
class address(models.Model):
lastname = models.CharField(max_length=255, default="", )
firstname = models.CharField(max_length=255, default="", blank=True,
null=True)
and a second class:
class emailaddress
Hi, I'm interested.
https://www.linkedin.com/in/dienert
--
Diénert
Em ter., 18 de mai. de 2021 11:55, John McClain
escreveu:
> Hello,
>
> I am looking for individuals that can set up scraping routines for me and
> place the results in google.docs for me.
>
> If interested in helping out please
Is django single page application?
And can be completely work with react, angular??
On Tue, 18 May, 2021, 9:12 PM Vineet Kothari,
wrote:
> Sure I will update you as it goes.thanks for being so quick.
> Regards,
> Vineet Kothari
>
> On Tue, 18 May 2021, 9:07 pm Omkar Parab, wrote:
>
>> Why not!
What is the error you are facing. Please share the screenshots
On Tue, 18 May 2021, 10:17 pm Gegi Esitashvili,
wrote:
> I tried it before posted here, It doesnt work unfortuntly :(
>
> On Tue, 18 May 2021 at 19:11, RANGA BHARATH JINKA <
> bharathjink...@gmail.com> wrote:
>
>> use {{ facilitie.na
I tried it before posted here, It doesnt work unfortuntly :(
On Tue, 18 May 2021 at 19:11, RANGA BHARATH JINKA
wrote:
> use {{ facilitie.name }} instead of {{ facilitie }}
> {{ facilitie.name
> }}
>
> On Tue, May 18, 2021 at 8:27 PM RANGA BHARATH JINKA <
> bharathjink...@gmail.com> wrote:
>
>> H
Sure I will update you as it goes.thanks for being so quick.
Regards,
Vineet Kothari
On Tue, 18 May 2021, 9:07 pm Omkar Parab, wrote:
> Why not! Spotify is also using Django.
>
> On Tue, May 18, 2021, 8:54 PM Vineet Kothari
> wrote:
>
>> Hi,
>> I want to create an music streaming website in
Why not! Spotify is also using Django.
On Tue, May 18, 2021, 8:54 PM Vineet Kothari
wrote:
> Hi,
> I want to create an music streaming website in djanho is it a good
> idea.
>
> Regards ,
> Vineet Kothari
>
> --
> You received this message because you are subscribed to the Google Groups
> "D
Add me
Le mar. 18 mai 2021 à 16:27, Sakshi jain a écrit :
> Add me
>
> On Tue, May 18, 2021, 20:56 Sakshi jain wrote:
>
>> grt
>>
>> On Tue, May 18, 2021, 20:55 Vineet Kothari
>> wrote:
>>
>>> Hi,
>>> I want to create an music streaming website in djanho is it a good
>>> idea.
>>>
>>> Reg
I think you should add __init__.py file inside your apps folder for Django
to see it
On Tue, 18 May 2021 at 17:20, Salima Begum
wrote:
> Hi all,
>
> We initially developed our project with the following folder structure;
>
> [image: old_folder_structure.PNG]
>
> As shown in the above image we ha
Add me
On Tue, May 18, 2021, 20:56 Sakshi jain wrote:
> grt
>
> On Tue, May 18, 2021, 20:55 Vineet Kothari
> wrote:
>
>> Hi,
>> I want to create an music streaming website in djanho is it a good
>> idea.
>>
>> Regards ,
>> Vineet Kothari
>>
>> --
>> You received this message because you are
grt
On Tue, May 18, 2021, 20:55 Vineet Kothari
wrote:
> Hi,
> I want to create an music streaming website in djanho is it a good
> idea.
>
> Regards ,
> Vineet Kothari
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe
Hi,
I want to create an music streaming website in djanho is it a good idea.
Regards ,
Vineet Kothari
--
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
Hi all,
We initially developed our project with the following folder structure;
[image: old_folder_structure.PNG]
As shown in the above image we have developed and integrated everything
into a few files. Since the functionality is growing we are planning to
separate each functional module as an
I want to be part for the help
My name is mbella onguene Yann Symphorien
Email: mbellaongu...@gmail.com
On Tue, 18 May 2021 at 17:07 Software, Web Developer
wrote:
> Interested
> Name: Joash Monda Mokaya
> Email Address: mondajoas...@gmail.com
> WhatsApp Number: +254707191544
>
> Thanks
>
> On T
use {{ facilitie.name }} instead of {{ facilitie }}
{{ facilitie.name
}}
On Tue, May 18, 2021 at 8:27 PM RANGA BHARATH JINKA <
bharathjink...@gmail.com> wrote:
> Hi,
>
> Please share screenshots. So that we can understand where you want to show
>
> On Tue, May 18, 2021 at 8:04 PM Gegi Esitashvili
Interested
Name: Joash Monda Mokaya
Email Address: mondajoas...@gmail.com
WhatsApp Number: +254707191544
Thanks
On Tue, May 18, 2021, 17:55 John McClain wrote:
> Hello,
>
> I am looking for individuals that can set up scraping routines for me and
> place the results in google.docs for me.
>
> I
Hi,
Please share screenshots. So that we can understand where you want to show
On Tue, May 18, 2021 at 8:04 PM Gegi Esitashvili
wrote:
>
> and i got it what i wanted but it is only facilitiess id and not its name,
> so i need to show up its name and not id.
> On Monday, 17 May 2021 at 08:21:25
Hello,
I am looking for individuals that can set up scraping routines for me and
place the results in google.docs for me.
If interested in helping out please let me know. Some compensation for your
efforts is available. There are 20+ sites needed to be scraped which is why
I am seeking help with
and i got it what i wanted but it is only facilitiess id and not its name,
so i need to show up its name and not id.
On Monday, 17 May 2021 at 08:21:25 UTC+4 bharath...@gmail.com wrote:
> Hi,
>
> Use a select box with multiple attribute instead of ul and li. Loop
> through options. Please go th
I may have misinterpreted what I wanted and you misunderstood. I specify
'specific options' from the admin panel, then one of the pages should
display the specific option I chose in the admin panel
What you told me is about the html page and not django :(
On Monday, 17 May 2021 at 08:21:25 UTC+4
Adding Bootstrap's class="text-lowercase" was the way to go. Thank you!! Enviado do Email para Windows 10 De: Jason TurnerEnviado:terça-feira, 18 de maio de 2021 10:28Para: django-users@googlegroups.comAssunto: Re: how to prevent Django do auto capitalize static text in templates Have you tried
Have you tried Bootstrap's class="text-lowercase"?
On Tue, May 18, 2021, 8:23 AM Samuel Nogueira wrote:
> I am using bootstrap, so my CSS shouldn't go wrong
>
>
> Em ter., 18 de mai. de 2021 às 10:04, 712189512 <
> gabrielstonede...@gmail.com> escreveu:
>
>> It’s not django that’s doing that,hav
Checking CSS is the right way to go. To verify, simply comment out all css
styles (internal or external ones) and strip off the classes from these few
lines. You shouldn’t have capitalisation problem any more
On Tue, 18 May 2021 at 9:23 PM, Samuel Nogueira
wrote:
> I am using bootstrap, so my CS
I am using bootstrap, so my CSS shouldn't go wrong
Em ter., 18 de mai. de 2021 às 10:04, 712189512
escreveu:
> It’s not django that’s doing that,have you checked your css?
>
> On Tue, 18 May 2021 at 12:56 David Tobrise wrote:
>
>> What happens if you try outputting the units from dynamically i
Put that in a span and use css text-transform and set it to lowercase
On Tue, 18 May 2021 at 13:18 Samuel Nogueira wrote:
> Unfortunately didnt worked
>
>
> Em ter., 18 de mai. de 2021 às 10:03, RANGA BHARATH JINKA <
> bharathjink...@gmail.com> escreveu:
>
>> Hi,
>>
>> Try this jinja templating
I didnt tried this yet, maybe should.
Em ter., 18 de mai. de 2021 às 09:55, David Tobrise
escreveu:
> What happens if you try outputting the units from dynamically instead of
> hard-coding it?
>
> *Best Regards,*
> *David O. T.*
>
>
>
>
> On Tue, May 18, 2021 at 1:07 PM samuel nogueira bacelar
Unfortunately didnt worked
Em ter., 18 de mai. de 2021 às 10:03, RANGA BHARATH JINKA <
bharathjink...@gmail.com> escreveu:
> Hi,
>
> Try this jinja templating lower filter
>
> {{ 'helLo WOrlD'|lower }}
>
>
> On Tue, May 18, 2021 at 6:26 PM David Tobrise
> wrote:
>
>> What happens if you try out
It’s not django that’s doing that,have you checked your css?
On Tue, 18 May 2021 at 12:56 David Tobrise wrote:
> What happens if you try outputting the units from dynamically instead of
> hard-coding it?
>
> *Best Regards,*
> *David O. T.*
>
>
>
>
> On Tue, May 18, 2021 at 1:07 PM samuel nogueir
Hi,
Try this jinja templating lower filter
{{ 'helLo WOrlD'|lower }}
On Tue, May 18, 2021 at 6:26 PM David Tobrise wrote:
> What happens if you try outputting the units from dynamically instead of
> hard-coding it?
>
> *Best Regards,*
> *David O. T.*
>
>
>
>
> On Tue, May 18, 2021 at 1:07 PM
What happens if you try outputting the units from dynamically instead of
hard-coding it?
*Best Regards,*
*David O. T.*
On Tue, May 18, 2021 at 1:07 PM samuel nogueira bacelar <
hu3mule...@gmail.com> wrote:
> Hi guys!
>
> I have something that appears to be a simple problem but I didn’t find
>
Hi guys!I have something that appears to be a simple problem but I didn’t find anything useful anywhere. My problem is that my text in a template next to a Django tag keeps auto capitalizing but I don’t want this to happen. In the image above you can see that m³/ano and m² is not capitalized at all
38 matches
Mail list logo