Re: Ecommerce website

2020-08-15 Thread Nasir Ahmad
Sorry to interrupt you guys. I am new in Django and I want to know about how to deploy django project. Please help me. Thanks in advance. Thanks & Regards Nasir ahmad On Sat, Aug 15, 2020, 8:39 PM Karan Sahu wrote: > Hi Mahamat, > Could you please recheck the number once. I didn&#

Re: django.db.utils.OperationalError: no such table: user_user

2019-03-08 Thread Nasir Ahmad
Hi, Migration for each app use cmd > python manage.py migrate, it migrate all inbuilt app. On Fri, Mar 8, 2019 at 2:27 AM cyril moreau wrote: > To fix my issue I had to makemigrations for each one of my app : > > by doing the following it will create my user table : > > python manage.py makemig