You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working with the pyohio conference and we use symposion.
Some times I need to remove slots in the schedule or change a presentation from one time and place to a different time and place.
It is It is super-difficult to make these changes using the django admin client because I can't see all the fields. I just see the title of the slot, which is non-unique. So I have to view the HTML source and then look in a local copy of the database to learn about the IDs.
The text was updated successfully, but these errors were encountered:
I'm working with the pyohio conference and we use symposion.
Some times I need to remove slots in the schedule or change a presentation from one time and place to a different time and place.
It is It is super-difficult to make these changes using the django admin client because I can't see all the fields. I just see the title of the slot, which is non-unique. So I have to view the HTML source and then look in a local copy of the database to learn about the IDs.
The text was updated successfully, but these errors were encountered: