I know I'm doing things the wrong way so the solution to this problem is
to learn how to do it correctly if anyone can help please.
WARNINGS:
?: (urls.W005) URL namespace 'admin' isn't unique. You may not be able
to reverse all URLs in this namespace
In my home page template I have ...
{% if
Discord is its own API, programmable with Python or nodejs.
Django is a python-based web application framework.
The two aren't related except both are programmable with Python.
On Tuesday, August 10, 2021 at 2:34:59 PM UTC-5 Lloyd wrote:
> Hi everyone,
>
> Where can I find Django on Discord?
>
Try adding related_name='+' to your FK definition.
class ReleaseImageGallery(BaseImageGallery):
release = models.ForeignKey(Release, related_name='+', on_delete
=models.CASCADE)
class Meta:
verbose_name = "release image gallery"
verbose_name_plural = "release image galleries"
On Friday, August 6
Hi All,
I am actually working on a use case where I have to convert the JSON data
into a dictionary and from that I will have to replace all the keys and
values to the data types.
For example:
input_dict = {'segment_idenifier': 'Segment 2',
'exposed_pipe_outside_diam': 4, 'exposed_pipe_length':
Thanks everyone for your kind support. I am working hard on python and
Django. Earlier I learn python then I started working on Django. I hope you
will support me in future as now.
On Wednesday, August 11, 2021 at 1:42:51 AM UTC+5 Kasper Laudrup wrote:
> On 10/08/2021 17.53, pediah wanmi wrote
I will very happy if you will help in running this code.
On Wednesday, August 11, 2021 at 9:19:04 PM UTC+5 Rana Zain wrote:
> Thanks everyone for your kind support. I am working hard on python and
> Django. Earlier I learn python then I started working on Django. I hope you
> will support me in
On 11/08/2021 18.19, Rana Zain wrote:
> I will very happy if you will help in running this code.
>
OK, so I've tried to backtrack this a bit.
So it seems like you've gotten hold of the __init__.py file from the
Django projects conf module:
https://github.com/django/django/blob/main/django/conf/
On 11/08/2021 18.19, Rana Zain wrote:
> Thanks everyone for your kind support. I am working hard on python and
> Django. Earlier I learn python then I started working on Django. I hope
> you will support me in future as now.
>
It will be much easier to support you if you actually respond to advi
On 11/08/2021 15.54, chinna wrote:
> Hi All,
>
> I am actually working on a use case where I have to convert the JSON
> data into a dictionary and from that I will have to replace all the
> keys and values to the data types.
The data type is returned as a string with the builtin type() function
Hi All,
I have a category Model like this one which is based on *Adjacency List*.
class Category(models.Model):
name = models.CharField(blank=False, max_length=200)
slug = models.SlugField(null=False)
parent = models.ForeignKey('self', blank=True, null=True,
related_name='child',on_d
I can help you.
On Wed, Aug 11, 2021, 6:00 PM Kasper Laudrup wrote:
> On 11/08/2021 15.54, chinna wrote:
> > Hi All,
> >
> > I am actually working on a use case where I have to convert the JSON
> > data into a dictionary and from that I will have to replace all the
> > keys and values to the da
On 11/08/2021 21.20, Franck Tchouanga wrote:
> I can help you.
>
Help me with what?
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
What is the difference bulk_update() and update() in django queryset.
--
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.
13 matches
Mail list logo