Re: How to re-sync with Heroku?

2014-01-16 Thread Sven Aßmann
Hi Scott, it looks more like a cygwin - heroku issue. If you search for the heroku command, where do you find it, if even? Try to extend your PATH variable to the path whereever the tool belt was installed and try it again. Cheers, Sven On Thursday 09 January 2014 22:39:59 Scott Meyers wrote:

open data protocol and django

2014-01-16 Thread Sven Aßmann
Hi Folks, again i wanna ask you if someone of you already had the chance to play around with the open data protocol and a django integration? Currently it looks like that there is no real stable client implementation for python. Only found that https://code.google.com/p/odata-py/ and it is

Re: mass email app for django

2014-01-16 Thread Sven Aßmann
rver, > at least make sure you send email via a whitelisted SMPT server (and not > directly to everyone at the web). For mass-mailing I always recommend using > specialized mailinglist software. > > Greetings, > Diederik > > Op 15 jan. 2014, om 01:42 heeft Sven Aßmann <i

Re: mass email app for django

2014-01-16 Thread Sven Aßmann
mark has API and it is possible to use it directly from django. > If you have any questions let me know. I've supported SMTP servers > for 15 years and 've worked for spamfight service. > Many thanks, > > Serge > > > +380 636150445 > skype: skhohlov > > On W

Re: text media files for comments

2014-01-14 Thread Sven Aßmann
Hi Fatih, i would ask myself the question is this static data that not changes frequently or is it editable content that should be: a) maintainable from users (without code updates of course) b) is maintained independently form software releaes if one of thoses questions can be answered with

mass email app for django

2014-01-14 Thread Sven Aßmann
Hi Group, currently i evaluating / research for a django app that supports mailing specific texts to a receipient list (like mass emailing). the corner features are: - email text should be editable (text or html nothing special) thru the admin app - the receipient list should be maintainable