Re: Question about admin.StackedInline

2016-04-23 Thread Camilo Torres
On Friday, April 22, 2016 at 12:37:40 PM UTC-4:30, Said Akhmedbayev wrote: > > Thank you in advance! > > I am new to Django, trying to build a small app for my friend. The app > mock-up is here > > Basically, the app will include Units/Lessons with Subsection, eac

Question about admin.StackedInline

2016-04-22 Thread Said Akhmedbayev
Thank you in advance! I am new to Django, trying to build a small app for my friend. The app mock-up is here Basically, the app will include Units/Lessons with Subsection, each Subsection will end with several questions. Here my models.py from django.db import