Django Mailing List Manager

2010-02-08 Thread gregory.para...@gmail.com
Does anyone know of any good email list managers in Django? Even just a simple app for a coming soon page that would take users email address and let you email them with updates would be great. -- You received this message because you are subscribed to the Google Groups "Django users" group. To

Re: Hosting for django?

2009-12-22 Thread gregory.para...@gmail.com
I've been using Webfaction for awhile now and it works great. On Dec 22, 3:04 pm, brad wrote: > > Has anyone had good experiences with hosting companies that I can use > > for production django apps, with backups, etc.? > > If you're comfortable administering a linux box, I'd highly suggest > Lin

Auto Slug From Forms.py

2009-12-14 Thread gregory.para...@gmail.com
Using the prepopulate attritube in the admin section of Django you can auto create a slug. Is adding to to forms.py planned at any time? For example I am having users add something to a database and I want to create slugs off the names so then they can go view them at /item/name but in order to do