Watch "Ever Thought How This Games Like PUBG | CALL OF DUTY | Are developed" on YouTube

2020-05-02 Thread Anonymous Patel
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

A learner following a Mosh Tutorial on Django and having a problem saving a product to SQLite

2020-05-02 Thread Iain Stewart
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

Re: Watch "Ever Thought How This Games Like PUBG | CALL OF DUTY | Are developed" on YouTube

2020-05-02 Thread Kasper Laudrup
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

Re: Watch "Ever Thought How This Games Like PUBG | CALL OF DUTY | Are developed" on YouTube

2020-05-02 Thread Larry Martell
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

Making Serial number

2020-05-02 Thread Kushal Neupane
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

Re: Watch "Ever Thought How This Games Like PUBG | CALL OF DUTY | Are developed" on YouTube

2020-05-02 Thread Dylan Reinhold
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

Django, Markdownx, image upload from admin after deployment

2020-05-02 Thread Atsunori Kaneshige
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

Re: Django, Markdownx, image upload from admin after deployment

2020-05-02 Thread yashwanth balanagu
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

Re: A learner following a Mosh Tutorial on Django and having a problem saving a product to SQLite

2020-05-02 Thread Jorge Gimeno
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

Re: Making Serial number

2020-05-02 Thread Jorge Gimeno
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

Re: Making Serial number

2020-05-02 Thread Kushal Neupane
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

Re: Making Serial number

2020-05-02 Thread Jorge Gimeno
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

Re: Making Serial number

2020-05-02 Thread victor awakan
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: >

Re: Making Serial number

2020-05-02 Thread Kushal Neupane
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

Re: Django, Markdownx, image upload from admin after deployment

2020-05-02 Thread Atsunori Kaneshige
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

Re: How to refer to another translation in a translation?

2020-05-02 Thread Andréas Kühne
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

Re: How to refer to another translation in a translation?

2020-05-02 Thread gqq nbig
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

Re: A learner following a Mosh Tutorial on Django and having a problem saving a product to SQLite

2020-05-02 Thread Famzaa
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,

not a valid UUID.

2020-05-02 Thread Benedict Uwazie
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

Re: Making Serial number

2020-05-02 Thread Benedict Uwazie
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

Re: not a valid UUID.

2020-05-02 Thread Benedict Uwazie
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

Re: not a valid UUID.

2020-05-02 Thread Motaz Hejaze
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

OperationalError at /admin/login/attempt to write a readonly database

2020-05-02 Thread Amina Anna Mahamane.O
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

Re: Making Serial number

2020-05-02 Thread Kushal Neupane
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

Watch "Introduction To Unity | Part 1" on YouTube

2020-05-02 Thread Anonymous Patel
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

Re: OperationalError at /admin/login/attempt to write a readonly database

2020-05-02 Thread Jorge Gimeno
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