Re: New Feature

2013-10-12 Thread Rich Haase
As with all software the best solutions are written to solve a problem that bugs the developer. Find something that you find troublesome on a regular basis, then code a solution. Sent from my iPhone > On Oct 12, 2013, at 12:26 AM, jasvir singh > wrote: > > Hello everyone. > > I am new to t

Re: Reliable and cheap hosting for simple webapp in Django

2013-09-10 Thread Rich Haase
Try one of the following: Gondor GoogleApp Engine Heroku On Tue, Sep 10, 2013 at 3:55 PM, Andre Lopes wrote: > Hi all, > > I'm stuck with Django hosting. I've A2hosting but the Django hosting > is not good at all. > > They use FCGI and Passenger and both have a problem. > > If I'm more than 15

Re: JSON or YAML?

2013-08-30 Thread Rich Haase
Personal preference. Python has excellent libraries to support parsing both JSON and YAML. Sent from my iPhone On Aug 30, 2013, at 7:34 AM, Floor Tile wrote: > Helle everybody, > > Just a short and simple question: > > It seams that both JSON and YAML can be used for initial data loading. (

Re: Any Tutorials on Django similar to Web2py ????????????????

2013-08-20 Thread Rich Haase
I second the book recommendation. I had a cursory knowledge of django (enough to get myself in trouble) prior to reading 2 scoops of django. Now I have enough knowledge to really make a mess... j/k. It's a great book for learning about the nitty gritty of django development and informing the que