Improving Admin.py of every App
As discussed with @DESHRAJ we will be creating a smooth admin interface for all app and its admin so that system administrators do not find it difficult to add new entry in the database.
This is as per current discussions we can change it or see what is required for version v.2 onwards.
Currently assigning it to my self. If any one else is interested to work on it feel free to leave a comment.
for further understanding refer Closed Pull Request #53
TODO : Create custom templates by overriding Admin templates
@DESHRAJ @shriyanka - What does "smooth interface" mean ? Do we have to change the front-end of the panel or any functionality ?
@shriyanka django 1.9 has quite decent interface for django admin. So, I think porting to django 1.9 can solve the issue.
@deshraj i haven't seen the interface yet but no prob I will tweak with it. however i think you have downgraded the app version to 1.8 so whats up with it??
@shriyanka Yes I have downgraded since there were conflicts with the feeds app that needs to be fixed and I was working on building the features. So, I thought to do it later.