Do you have any ideas for simple Django tools?

hey all,

I decided to try my hand in creating simple tools for Django users. The first one I made is a Django Secret Generator (i know, there are many such sites out there, just trying something new, and learning django while doing it, some cur me some slack :see_no_evil:).

I’m planning to do a couple more. Here are some ideas I had:

  • Security checker (like, is admin page under /admin. I think there was one called django pony checker or something like that, but I’m not sure it still exists)
  • optimization checker (are your js and css files optimized)
    I’m curious to hear from the community, if you have any ideas. Thanks a ton in advance.