While I've been using python for years, I'm new to django and I've found myself puzzled about something.
I created my models and then activated the admin app, which is cool. I really like how sophisticated the admin system is out of the box. However, when I went to organize fields using the models.ModelAdmin/ register I discovered that I now have 2 forms on the new/edit pages. One is the newly organized version, and one is the original all stuck together on a single large web-page. A) Where does this stuff get cached? B) How do I get rid of the original, default format? I have dumped/ reloaded the database into a fresh copy, and that has worked on some models, but there is at least one that still shows the incorrect version. I've deleted old .pyc files, and I don't think that helped. So, I'm baffled as to where the form data is being hidden. Any information is welcome. Thanks! -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

