Weird problem after schema change
Hi,
I'm using sqlite3 and django-evolution (and sometimes manual ALTER TABLE commands) for this website I'm making. Recently I added a new date field to one of my models, but it's not showing up in the admin interface. (I'm also having a problem in which the admin interface is taking taking a long time to load, but I think that's because my model has a ManyToMany field to a model with a lot of rows in the table.) How can I get the date field to show up in the admin interface?
Thanks,
Chris
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home