Thanks Andre! That idea did cross our minds, but the scope and certainly
the budget of this project do not allow for building of a "from scratch"
admin site with custom views. I can only implement Django's default admin
site and create views/ a front end only for the actual app. logic.

On Wed, Mar 21, 2012 at 8:12 PM, Andre Terra <andrete...@gmail.com> wrote:

> Try writing your own views rather than expanding the Admin. It's well
> worth it in the long run!
>
>
> Cheers,
> AT
>
> On Wed, Mar 21, 2012 at 1:50 PM, Sithembewena Lloyd Dube <
> zebr...@gmail.com> wrote:
>
>> Hi guys,
>>
>> I am building a learning application for a client. The problem we are
>> experiencing is that of inlines. We have multiple related objects and the
>> client wants to be able to edit all objects from one CRUD. Unfortunately,
>> there seems to be no solution for multiple inlines in a Django admin.
>> application. Is there a sensible way to address this problem?
>>
>> --
>> Regards,
>> Sithembewena Lloyd Dube
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To post to this group, send email to django-users@googlegroups.com.
>> To unsubscribe from this group, send email to
>> django-users+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/django-users?hl=en.
>>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>



-- 
Regards,
Sithembewena Lloyd Dube

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to