-
Notifications
You must be signed in to change notification settings - Fork 20
Interview program staff currently using django admin #29
Comments
@jvallera @bacharakis how do you currently make updates to your site (example: how do you add a new club to the map)? Do you ever use the Django admin interface? If not, do you know anyone you does use Django as a CMS? |
Yes, I make updates to the Clubs site through the Django admin interface. Here is a list of what I do:
|
Awesome thanks! How do you find using it? Can you 'easily' make those updates? Find what you are looking for? What more do you wish you could do (example: update copy, add an image...)? |
It is easy to use, but is missing a lot of basic functionality that would allow me to find things and sort data. Right now, I can't really do either through the database. Unless I search each page using command F and/or download the CSV file. Here is my wish list:
|
Talk to program staff who are currently using Django as a CMS. Find out what types of updates they are doing with it and identify pain points and wins.
We can identify staff based on - Mozilla current CMS inventory #24. This will help us decide if Django is a viable CMS platform for us.
The text was updated successfully, but these errors were encountered: