It was suggested that django might have something close to what I need.

 

Basically, I am wondering whether someone has made the following in Python:

* An SQL/db administration app ... similar to phpmyadmin... or even better, 
similar to DabbleDB (http://dabbledb.com/demo/)

* An email app

 

Integration into one of the web frameworks would be nice.

 

 

Now, if you want the details, read this paragraph:


I would like to have some kind of app that allows me to manage a list of 
contacts in a database like fashion (where I can add new table columns and add 
new data to people).  Yet, at the same time, I would like to program in more 
features over time.  For example, I would like to integrate the database with a 
web based email system.  Instead of having one inbox, I'd have one inbox per 
contact in my database.  I can then add more features over time, like a 
notification if someone never responds to an email, and so on....

 
So, I figured I could use a Python web framework.  Then take a pre-built sql 
admin app and a pre-built web based email system and combine the two with 
minimal effort.  In fact, if I was using PHP, that is exactly what I'd do, 
since it would save me so much time.
 
Are there any "PostgreSQL admin" apps or "email apps" already made using Python 
or am I going to have to build a sql admin and a browser based email all from 
scratch :( ?
 
Is there some other way that I can build what I need (with the option to 
exptend it in Python as I need)?  like a CMS?
 
Would it help if I explained the concept in more detail or if I asked this in a 
different Python mailing list?

 

Thanks,

Kevin

_________________________________________________________________
Windows Liveā„¢ SkyDrive: Get 25 GB of free online storage.
http://windowslive.com/online/skydrive?ocid=TXT_TAGLM_WL_skydrive_032009
--~--~---------~--~----~------------~-------~--~----~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to