On Sat, May 2, 2020 at 8:09 PM Amina Anna Mahamane.O
wrote:
> Hello , I started learning how to use django . I made a project without a
> virtual environnement and without apach2 andn mod wsgi .
> Now am I trying to do a project with those ones . I am a beginner .When I
> try to log in to the adm
https://youtu.be/nM2YhbAIOnI
Raj Patel
--
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
Dear Sir, i learned and used from
https://docs.djangoproject.com/en/3.0/ref/templates/builtins/#linenumbers
site. But, how to make dynamic serial number? Thank you.
[image: image.png]
[image: image.png]
On Sun, May 3, 2020 at 6:28 AM Benedict Uwazie wrote:
> Inside your loop pass in forloop.co
Hello , I started learning how to use django . I made a project without a
virtual environnement and without apach2 andn mod wsgi .
Now am I trying to do a project with those ones . I am a beginner .When I
try to log in to the administration interface, the error below appears.I've
been looking fo
default=cast_trans cast_trans = int(pass_trans)
UUID is string not int
On Sun, May 3, 2020 at 4:05 AM Benedict Uwazie wrote:
>
>
> On Sunday, 3 May 2020 01:38:16 UTC+1, Benedict Uwazie wrote:
>>
>> I added a field called transaction_id in my models.py I want that field
>> to be used to track eve
On Sunday, 3 May 2020 01:38:16 UTC+1, Benedict Uwazie wrote:
>
> I added a field called transaction_id in my models.py I want that field
> to be used to track every transaction on my "DuesLevy" model I imported uuid
> to this to happen, but each time I migrate I get this error.
> How do i preve
Inside your loop pass in forloop.counter like this {{ forloop.counter }}
checkout this link https://techstream.org/Bits/Loop-Counter-in-Django-View
On Saturday, 2 May 2020 18:48:09 UTC+1, Kushal Neupane wrote:
>
> Can you give one example sir?
>
> On Sat, May 2, 2020, 23:30 victor awakan > wrot
I added a field called transaction_id in my models.py I want that field to
be used to track every transaction on my "DuesLevy" model I imported uuid to
this to happen, but each time I migrate I get this error.
How do i prevent this error from occurring each time I migrate (python
manage.py migra
first run makemigrations and then migrate to create table if you see the
model name in admin section this means that the table is created sometimes
this happens when you make changes to the model and don't run migrations.
On Sat, May 2, 2020 at 10:33 PM Jorge Gimeno wrote:
>
>
> On Sat, May 2,
I don't get why you are talking about this.
I understand the words may change order in another language, but I'm not
talking about ordering.
{% trans 'color' %}
{% trans 'color has various emotional effects.' %}
{% trans 'Red color makes people feel angry.' %}
{% trans 'Blue color makes people
Hi,
Your idea isn't that good. The problem is the following:
_("My name is {name}").format(name='Andréas')
This is a translation in a python context. So say that that translation
gets translated into another language, where the name should come first:
msgid "My name is {name}"
msgstr "{name} ot
Hi, Yashwanth,
Thank you for your reply.
I watched it, but this is nothing to do with markdownx.
I implemented markdownx, https://github.com/neutronX/django-markdownx.
This is working properly locally and I can upload images by drag&drop in my
admin site.
*However, I cannot drag and drop images
Can you give one example sir?
On Sat, May 2, 2020, 23:30 victor awakan wrote:
> Try html ordered list with your for loop. Like this
>
> On Sat 2. May 2020 at 20.38, Kushal Neupane wrote:
>
>> Not primary key to use here.
>> There might be different data.
>> I am trying to do serial numbers as
Try html ordered list with your for loop. Like this
On Sat 2. May 2020 at 20.38, Kushal Neupane wrote:
> Not primary key to use here.
> There might be different data.
> I am trying to do serial numbers as total numbers in the list. Thank you
>
> On Sat, May 2, 2020, 23:20 Jorge Gimeno wrote:
>
On Sat, May 2, 2020 at 10:37 AM Kushal Neupane wrote:
> Not primary key to use here.
> There might be different data.
> I am trying to do serial numbers as total numbers in the list. Thank you
>
> On Sat, May 2, 2020, 23:20 Jorge Gimeno wrote:
>
>>
>>
>> On Sat, May 2, 2020 at 9:03 AM Kushal Neu
Not primary key to use here.
There might be different data.
I am trying to do serial numbers as total numbers in the list. Thank you
On Sat, May 2, 2020, 23:20 Jorge Gimeno wrote:
>
>
> On Sat, May 2, 2020 at 9:03 AM Kushal Neupane wrote:
>
>> How to make Serail Number 1, 2, 3 and respective in
On Sat, May 2, 2020 at 9:03 AM Kushal Neupane wrote:
> How to make Serail Number 1, 2, 3 and respective in template? Help me.
> Thank you.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving
On Sat, May 2, 2020 at 7:43 AM Iain Stewart
wrote:
> Hi Folks,
>
> I am a learner and am enjoying learning Django so far (about a month in).
> I am doing the Mosh Python Tutorial for Begnniners on You Tube and in
> trying to save my first product on the Django admin/ products page and got
> the f
https://www.youtube.com/watch?v=0Ov1Yd1uCuA
once see this video
--
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 vi
Hi, everyone,
I have a problem in uploading image from admin site of my simple blog.
Everything works fine locally.
*I implemented Markdownx and I can drag and drop images into new blog in
admin.*
The uploaded images from admin site are stored in media/markdownx folder as
expected.
I did deploym
I was marking messages like his as spam in gmail, but I wonder if that
might imply i'm marking the mailing list as spammy (which this list is not
bad but getting worse).
I'm now using this for to directly report gmail violations, maybe google
will just suspend his account and others.
https://suppo
How to make Serail Number 1, 2, 3 and respective in template? Help me.
Thank you.
--
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...@googl
On Sat, May 2, 2020 at 11:30 AM Kasper Laudrup wrote:
>
> Hi Raj,
>
> On 02/05/2020 14.10, Anonymous Patel wrote:
> > https://youtu.be/kkNXbVFiqjc
> >
>
> How is this in any way related to Django?
This guy has spammed many many groups with this same posting.
--
You received this message because
Hi Raj,
On 02/05/2020 14.10, Anonymous Patel wrote:
https://youtu.be/kkNXbVFiqjc
How is this in any way related to Django?
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 sto
Hi Folks,
I am a learner and am enjoying learning Django so far (about a month in). I
am doing the Mosh Python Tutorial for Begnniners on You Tube and in trying
to save my first product on the Django admin/ products page and got the
following error. I suspect the problem is between Django and S
https://youtu.be/kkNXbVFiqjc
Raj Patel
--
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 t
26 matches
Mail list logo