After lots of talk on I'm going to start using Django a project turned up that allowed me to start learning how this all works.So far I have managed (Via tutorials) to get everything setup and running nicely,I have also installed admin_tools which brings me to my question.Is there any plugin/package that would give me a admin_tool type look for all my users for free?Things I'm after are..* Dashboard Widgets all over the page* Ability to remove, add and reorganise 'Widgets'* Settings saved for each user
I will in the future need to limit the data shown in the widgets or remove others depending on user permissions, but that could be another days issue.
So before I start looking into how admin_tools does it's awesome stuff and repurposing it, I though I would ask those who have been working with it for while.Any suggestions?
The job description is to have a dashboard full of information, this information could be coming from external sites or our own sensors.
So with this data (yet to be decided) it could be graphed or show in table format for example.
Each user would be interested in diffrent things, thus having the ability to remove rearange and really customise the view they are seeing.
This is what strucked me about the admin_tools interface this ability to add, remove and change the layout with relative ease.
I suspect that users will have to be registered so it won't be open to the public to just "sign up" but management have changed their mind before on these type of issues.
If you feel it would be better to go for a cms or just use the current admin interface as is that would be great as I have very little time allocated to this project being a typical government organisation. That said I have tasked myself to learn the ways of Django as such I'm feeling a bit overwhelmed on the practices, code structure and the best way forward.
On the upside I have been using python for everything I am allowed to to choose the programing language.
Thanks for helping me out.
Luke
The job description is to have a dashboard full of information,
this information could be coming from external sites or our own sensors.
This is what strucked me about the admin_tools interface this ability to add, remove and change the layout with relative ease.
I suspect that users will have to be registered so it won't be open to the public to just "sign up" but management have changed their mind before on these type of issues.
If you feel it would be better to go for a cms
Or just use the current admin interface as is that would be great as I have very little time allocated to this project being a typical government organisation.
That said I have tasked myself to learn the ways of Django as such I'm feeling a bit overwhelmed on the practices, code structure and the best way forward.