Bringing admin to front-end in django

Posted by martinthenext on Stack Overflow See other posts from Stack Overflow or by martinthenext
Published on 2010-03-25T21:20:45Z Indexed on 2010/03/25 21:23 UTC
Read the original article Hit count: 215

Filed under:
|
|
|

I'm trying to bring Django admin to front-end. The problem is in most cases I just have to write trivial model forms. Is there some way to use ModelAdmin forms outside of Django Admin?

© Stack Overflow or respective owner

Related posts about django

Related posts about admin