Django Admin Interface : New changes to models don't appear in admin interface even after syncdb !!
- by Rohit
Except admin other apps using those models work fine.
Tables are created in database.
What can be the problem with admin app?
How do I fix it?