Web based email & sql admin for Pylons?

20 views
Skip to first unread message

Kevin Ar18

unread,
Mar 24, 2009, 5:43:09 PM3/24/09
to pylons-...@googlegroups.com
In fact, if there is something like this for any Python web framework, please let me know. :)
 
 
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 contact 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 integrate this with other things 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. In that way I can look at the contact and see only emails related to that contact.... or read several emails together as an ongoing conversation. Or setup a notification if someone never responds to the email, so I can try again.  And, of course, over time, I may want to add more features....
 
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 build from there.
 
Are there any such app 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?


Internet Explorer 8 – Now Available. Faster, safer, easier. Download FREE now!

Tom Longson (nym)

unread,
Mar 24, 2009, 5:55:12 PM3/24/09
to pylons-...@googlegroups.com
Sounds like you want Django or Drupal. Pylons is lightweight, which
means these things are up to you. There's no administrative backend.

Cheers,
Tom Longson (nym)
---------------------------------
Tackle Human Dilemmas.
http://stopthespin.com/

Kumar McMillan

unread,
Mar 24, 2009, 6:35:26 PM3/24/09
to pylons-...@googlegroups.com
On Tue, Mar 24, 2009 at 4:43 PM, Kevin Ar18 <kevi...@hotmail.com> wrote:
> In fact, if there is something like this for any Python web framework,
> please let me know. :)

The closest one I know of is FormAlchemy:
http://docs.formalchemy.org/current/index.html

It provides an automatic admin screen geared towards Pylons apps:
http://docs.formalchemy.org/current/ext/pylons.html#administration-interface

although I haven't used it myself.

Kevin Ar18

unread,
Mar 25, 2009, 12:52:06 PM3/25/09
to pylons-...@googlegroups.com
Any thoughts on an email app?  Or would I have to start from scratch using, say, the following Python library: http://docs.python.org/3.0/library/netdata.html
 
 
> Date: Tue, 24 Mar 2009 17:35:26 -0500
> Subject: Re: Web based email & sql admin for Pylons?
> From: kumar.m...@gmail.com
> To: pylons-...@googlegroups.com

Michael Brickenstein

unread,
Mar 27, 2009, 8:38:47 AM3/27/09
to pylons-discuss
Hi!
Admin interfaces are available via rum.
It is a feature-rich, customizable, mountable WSGI-App.

http://python-rum.org/

Michael

On 25 Mrz., 17:52, Kevin Ar18 <kevina...@hotmail.com> wrote:
> Any thoughts on an email app?  Or would I have to start from scratch using, say, the following Python library:http://docs.python.org/3.0/library/netdata.html
>
>
>
> > Date: Tue, 24 Mar 2009 17:35:26 -0500
> > Subject: Re: Web based email & sql admin for Pylons?
> > From: kumar.mcmil...@gmail.com
> > To: pylons-...@googlegroups.com
>
> > On Tue, Mar 24, 2009 at 4:43 PM, Kevin Ar18 <kevina...@hotmail.com> wrote:
> > > In fact, if there is something like this for any Python web framework,
> > > please let me know. :)
>
> > The closest one I know of is FormAlchemy:
> >http://docs.formalchemy.org/current/index.html
>
> > It provides an automatic admin screen geared towards Pylons apps:
> >http://docs.formalchemy.org/current/ext/pylons.html#administration-in...
>
> > although I haven't used it myself.
>
> > > 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
> > > contact 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 integrate
> > > this with other things 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. In that way I can look at the
> > > contact and see only emails related to that contact.... or read several
> > > emails together as an ongoing conversation. Or setup a notification if
> > > someone never responds to the email, so I can try again.  And, of course,
> > > over time, I may want to add more features....
>
> > > 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 build from there.
>
> > > Are there any such app 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?
>
> > > ________________________________
> > > Internet Explorer 8 – Now Available. Faster, safer, easier. Download FREE
> > > now!
>
> _________________________________________________________________
> Internet Explorer 8 – Now Available. Faster, safer, easier.http://clk.atdmt.com/MRT/go/141323790/direct/01/

Jorge Vargas

unread,
Mar 27, 2009, 2:49:11 PM3/27/09
to pylons-...@googlegroups.com
Hi, you are welcome to present this project as a TurboGears GSOC proposal.

I also agree this is too wide for something like pylons but it could
fit in interesting ways on top of TG.

Jose Galvez

unread,
Mar 28, 2009, 2:25:15 PM3/28/09
to pylons-...@googlegroups.com
this is very cool, I'm going to take a look at it to see if I can use it for some of my projects
Jose

Kless

unread,
Mar 28, 2009, 4:21:51 PM3/28/09
to pylons-discuss
Here you have Posterity, a web-based email system
http://posterity.edgewall.org/
Reply all
Reply to author
Forward
0 new messages