Re: use of migrate command and how to see the tables

2019-07-20 Thread Luis O Sulbaran L
Ejemplo, Registra o actualizar cambios realizados a nuestros modelos: python manage.py makemigrations nombre_aplicación 04146493449--0261-7699778 *https://t.me/luisulbaranleon * El vie., 19 de jul. de 2019 a la(s) 04:32, Jani Tiainen (rede...@gmail.com)

Re: disable back button after login ????????????????????????????????????????????????????????

2019-07-20 Thread Derek
Widely discussed on the web - here is one such example: https://stackoverflow.com/questions/961188/disable-browsers-back-b On Saturday, 20 July 2019 02:40:47 UTC+2, AKSHAY BHUVA wrote: > > > Disable Back button after login... > please help me.. > > > > > > -- You received this message

Re: disable back button after login ????????????????????????????????????????????????????????

2019-07-20 Thread Desh Deepak
Show me your source code!!! On Sat, 20 Jul 2019, 18:45 Kasper Laudrup, wrote: > On 19/07/2019 19.30, AKSHAY BHUVA wrote: > > > > Disable Back button after login... > > please help me.. > > > > You can't, but more importantly, learn how to ask a question if you want > someone to help

Re: use of migrate command and how to see the tables

2019-07-20 Thread yasar arafath Kajamydeen
Thanks all who is replied to my post On Fri, Jul 19, 2019 at 10:32 PM Afotro Ben wrote: > > in my opinion migrate is the command that saves your code for django to > run or tells django that an application has been installed. > > > On Friday, 19 July 2019 08:22:33 UTC, yasar arafath

Re: disable back button after login ????????????????????????????????????????????????????????

2019-07-20 Thread Kasper Laudrup
On 19/07/2019 19.30, AKSHAY BHUVA wrote: Disable Back button after login... please help me.. You can't, but more importantly, learn how to ask a question if you want someone to help you. Kind regards, Kasper Laudrup -- You received this message because you are subscribed to the

Re: SQLite 3.8.3 or later is required (found 3.7.17).

2019-07-20 Thread Desh Deepak
Sorry for the late reply, You can try these commands on your terminal:- pip uninstall Django Then pip install Django 2.0 and try to run the server again. Thanks and regards:- Desh Deepak deshdeepak...@gmail.com +917011101001 On Fri, 19 Jul 2019, 18:06 anchal agarwal, wrote: >

Re: SQLite 3.8.3 or later is required (found 3.7.17).

2019-07-20 Thread Joe Reitman
I had the same problem. To fix it I used Python 3.6 and Django 2.1. On Friday, July 19, 2019 at 7:37:06 AM UTC-5, Anchal Agarwal wrote: > > Hello Django users, > i am trying to deploy my django on AWS > I am following this >

select quantity for each items selected in many to many field

2019-07-20 Thread namo
hi there, i'm working on an restaurant ordering system , when someone order more than one product with different quantities for each product , be able to select its quantities it may order 3 Pizza with 2 sandwich , how to let the customer to define the quantities of each product , and then

Re: Usar confirmacion de correo para crear un nuevo usuario ?? ayuda!!! soy nuevo en este framework

2019-07-20 Thread DANIEL URBANO DE LA RUA
hay muchos ejemplos en google pero si quieres te paso uno El sáb., 20 jul. 2019 a las 13:31, Alvaro Puerto (< alvaroevenor.puertotel...@gmail.com>) escribió: > Lo que quiero es un ejemplo de como crear un registro con una confirmacion > de correo uso django 2.2.2 > pero no se como empezar? > >

trying to use a variable inside a static content tag

2019-07-20 Thread Lyman Hurd
Greetings. I am writing a card game and I can load an image when I give a fixed value such as: but I would actually like part o fthis to be determined by a tag (there is a for loop setting values) but when I write: however when this is rendered into HTML the tag {{ card }} ha sbeen

Usar confirmacion de correo para crear un nuevo usuario ?? ayuda!!! soy nuevo en este framework

2019-07-20 Thread Alvaro Puerto
Lo que quiero es un ejemplo de como crear un registro con una confirmacion de correo uso django 2.2.2 pero no se como empezar? -- 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,