Re: Use admin tools for "normal users" pages

2010-02-21 Thread Timothy Kinney
You basically just need to copy the admin templates and views (see the django.contrib.admin directory) to your user templates and views (you can set where this directory is in settings.py, but it's often a directory called templates under your project or your app). Then it should be easy to look th

Use admin tools for "normal users" pages

2010-02-21 Thread sebsheep
Hello, I've just discovered Django and its amazing admin part management. Is it possible to use these tools in production ? I would like to realize a kind of wiki-organizer(nothing exceptionnal, just need to have a very specific tool), where each user can add events. I thought to use the admin mo