I think , getting same error.. On Thu, 15 Aug 2019, 00:43 Kean, <[email protected]> wrote:
> Hi, > > Thanks for the help, it is making progress I think. > Since deleting and recreating, I now have a different error. > > Please see below: > > OperationalError at /admin/accounts/businessownercreate/ > > no such table: accounts_businessownercreate > > Request Method: GET > Request URL: http://127.0.0.1:8000/admin/accounts/businessownercreate/ > Django Version: 2.2.4 > Exception Type: OperationalError > Exception Value: > > no such table: accounts_businessownercreate > > Exception Location: > /Users/ProductionEnv/Desktop/prj1/project/lib/python3.7/site-packages/django/db/backends/sqlite3/base.py > in execute, line 383 > Python Executable: /Users/ProductionEnv/Desktop/prj1/project/bin/python3 > Python Version: 3.7.4 > > So when trying to access the table, I get the above error messages. > > Is there another step for me to undertake to resolve? > > Best, > > K > > On 14 Aug 2019, at 19:53, Kean <[email protected]> wrote: > > Hi, > > closed down instance django running > deleted db.sqlite3 > run python3 manage.py makemigrations > run python3 manage.py migrate > > all exceptions were handled and migrate file created. > > checked in admin on ‘myowndbase'…error still appears. > > Best, > > > On 14 Aug 2019, at 19:35, Tosin Ayoola <[email protected]> wrote: > > delete my sqlite.db file > > > > -- > 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/04551BC1-7EE5-4504-9023-96DDC711432F%40gmail.com > <https://groups.google.com/d/msgid/django-users/04551BC1-7EE5-4504-9023-96DDC711432F%40gmail.com?utm_medium=email&utm_source=footer> > . > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CA%2BAqMUd0HgfK2tjr516Hkux1kBr_q_Z%3DOwYsE0%2BwbBLx8Nmsqw%40mail.gmail.com.

