Re: Form not visible on the add page

2020-05-03 Thread 'Amitesh Sahay' via Django users
did you migrate the MODEL? Regards, Amitesh Sahay91-750 797 8619 On Sunday, 3 May, 2020, 08:15:32 pm IST, Jorge Gimeno wrote: On Sun, May 3, 2020 at 7:34 AM Vikram Jaiswal wrote: I am not able to see the form on admin page to add the dataFirst  -First -settings.

Re: Form not visible on the add page

2020-05-03 Thread Jorge Gimeno
On Sun, May 3, 2020 at 7:34 AM Vikram Jaiswal < vikramkumarjaiswal221...@gmail.com> wrote: > I am not able to see the form on admin page to add the data > First > -First > -settings.py > -urls.py > -travello > -migrations > -urls.py >

Form not visible on the add page

2020-05-03 Thread Vikram Jaiswal
I am not able to see the form on admin page to add the data First -First -settings.py -urls.py -travello -migrations -urls.py -models.py -admin.py here is the models.py from django.db import models # Create