Debbuging

2020-11-15 Thread Sidy Mactar
OperationalError at /admin/products/products/add/no such table: main.auth_user__old Can u help me plz? -- 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-

Re: Debbuging

2020-11-15 Thread Luciano Martins
please post your repository Em domingo, 15 de novembro de 2020 às 19:42:30 UTC-3, sidymo...@gmail.com escreveu: > OperationalError at /admin/products/products/add/no such table: > main.auth_user__old > Can u help me plz? > -- You received this message because you are subscribed to the Googl

Re: Debbuging

2020-11-15 Thread Sidy Mactar
it's done Le lundi 16 novembre 2020 à 03:22:48 UTC, zica...@gmail.com a écrit : > please post your repository > > Em domingo, 15 de novembro de 2020 às 19:42:30 UTC-3, sidymo...@gmail.com > escreveu: > >> OperationalError at /admin/products/products/add/no such table: >> main.auth_user__old >>

Re: Debbuging

2020-11-15 Thread RANGA BHARATH JINKA
Hi, Run python manage.py makemigrations python manage.py migrate It will create tables in database using your models All the best On Mon, Nov 16, 2020 at 8:58 AM Sidy Mactar wrote: > it's done > > Le lundi 16 novembre 2020 à 03:22:48 UTC, zica...@gmail.com a écrit : > >> please post your rep

Re: Debbuging

2020-11-16 Thread Luciano Martins
What strikes me is that this table has *__old* at the end, that's why I asked you for the repository link to try to understand it right! Em segunda-feira, 16 de novembro de 2020 às 01:25:57 UTC-3, bharath...@gmail.com escreveu: > Hi, > > Run > python manage.py makemigrations > > python manage.

Re: Debbuging

2020-11-16 Thread Aashish Kumar
Delete all the migrations file and run the makemigrations and migrate command again On Mon 16 Nov, 2020, 8:54 AM Luciano Martins, wrote: > please post your repository > > Em domingo, 15 de novembro de 2020 às 19:42:30 UTC-3, sidymo...@gmail.com > escreveu: > >> OperationalError at /admin/product

Re: Debbuging

2020-11-16 Thread Gabriel Araya Garcia
Did you make the migrations ? ,...and What is database are you using ? Gabriel Araya Garcia GMI - Desarrollo de Sistemas Informáticos El lun., 16 nov. 2020 a las 0:23, Luciano Martins () escribió: > please post your repository > > Em domingo, 15 de novembro de 2020 às 19:42:30 UTC-3, sidymo..