Tell me more ×
Webmasters Stack Exchange is a question and answer site for pro webmasters. It's 100% free, no registration required.

I need to write a simple database editor and I like the customizable Admin pages of Django. I still wonder if there is an alternative that would allow me to define my models (or use something like SQLAlchemy) and show me a simple admin page where I could read, write, and create my records like Django.

share|improve this question
1  
What, exactly, is the problem with Django? It does have an ORM for database access (although it's not SQLAlchemy). What does it not do that you need? (Also, depending on the answer, StackOverflow might be a better site for this question). – Cyclops Aug 17 '11 at 15:42
I just discovered that I could use Django Admin like PhpMyAdmin, but in a more user-friendly way. I then wondered if there was an alternative because I always have multiple solutions available in the open-source world, and I found nothing like this. I'll try to ask in StackOverflow, thanks! – Shmurk Aug 17 '11 at 16:51

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.