librelist archives

« back to archive

Looking for a non-trivial sample Flask app

Looking for a non-trivial sample Flask app

From:
Josh Horowitz
Date:
2010-06-10 @ 21:47
Has anyone seen any published Flask apps that go beyond the simple sample
apps and incorporate a little bit of complexity?

I'd be curious to get a look at how to build something non-trivial in Flask.

Re: [flask] Looking for a non-trivial sample Flask app

From:
Adam Bernier
Date:
2010-06-10 @ 23:02
A simple Flask app with a little bit more complexity than flaskr:
http://bitbucket.org/abernier/proj/src

Thanks, Armin, for Flask; Werkzeug; Jinja2;...
Your excellent code and documentation made it a joy to put this app together.
Keep up your great work.

On Thu, Jun 10, 2010 at 2:47 PM, Josh Horowitz <hoshowitz@gmail.com> wrote:
> Has anyone seen any published Flask apps that go beyond the simple sample
> apps and incorporate a little bit of complexity?
>
> I'd be curious to get a look at how to build something non-trivial in Flask.
>



-- 
Adam Bernier
(310) 430-0710
http://in-beta.appspot.com/

Re: [flask] Looking for a non-trivial sample Flask app

From:
Thadeus Burgess
Date:
2010-06-10 @ 23:43
The thing about flask is there is no need for questions. Everything is
documented, you can go from start to finish without much need to ask
for anything other than your own skills as a programmer.

That is nice.

--
Thadeus





On Thu, Jun 10, 2010 at 6:02 PM, Adam Bernier <adam.c.bernier@gmail.com> wrote:
> A simple Flask app with a little bit more complexity than flaskr:
> http://bitbucket.org/abernier/proj/src
>
> Thanks, Armin, for Flask; Werkzeug; Jinja2;...
> Your excellent code and documentation made it a joy to put this app together.
> Keep up your great work.
>
> On Thu, Jun 10, 2010 at 2:47 PM, Josh Horowitz <hoshowitz@gmail.com> wrote:
>> Has anyone seen any published Flask apps that go beyond the simple sample
>> apps and incorporate a little bit of complexity?
>>
>> I'd be curious to get a look at how to build something non-trivial in Flask.
>>
>
>
>
> --
> Adam Bernier
> (310) 430-0710
> http://in-beta.appspot.com/
>

Re: [flask] Looking for a non-trivial sample Flask app

From:
Armin Ronacher
Date:
2010-06-10 @ 22:23
Hi,

On 2010-06-10 11:47 PM, Josh Horowitz wrote:
> Has anyone seen any published Flask apps that go beyond the simple
> sample apps and incorporate a little bit of complexity?
Depends what non-trivial is.  The flask-website has at least a bit of 
complexity due to the mailinglist and snippet archives:
   http://github.com/mitsuhiko/flask/tree/website

I don't know of many open-source Flask applications out there so far. 
Maybe we should add a list to the website somewhere.


Regards,
Armin

Re: [flask] Looking for a non-trivial sample Flask app

From:
Stephane Wirtel
Date:
2010-06-11 @ 06:29
a list of the websites will be very cool

Is there an example of an i18n website with content translation ? I  
try to create a small cms with flask for a personal project.

regards

Written from my iPhone !

Le 11 juin 2010 à 00:23, Armin Ronacher <armin.ronacher@active-4.com>  
a écrit :

> Hi,
>
> On 2010-06-10 11:47 PM, Josh Horowitz wrote:
>> Has anyone seen any published Flask apps that go beyond the simple
>> sample apps and incorporate a little bit of complexity?
> Depends what non-trivial is.  The flask-website has at least a bit of
> complexity due to the mailinglist and snippet archives:
>   http://github.com/mitsuhiko/flask/tree/website
>
> I don't know of many open-source Flask applications out there so far.
> Maybe we should add a list to the website somewhere.
>
>
> Regards,
> Armin

Re: [flask] Looking for a non-trivial sample Flask app

From:
Thadeus Burgess
Date:
2010-06-11 @ 16:46
thadeusb.com is now running flask.

--
Thadeus





On Fri, Jun 11, 2010 at 1:29 AM, Stephane Wirtel <stephane@wirtel.be> wrote:
> a list of the websites will be very cool
>
> Is there an example of an i18n website with content translation ? I
> try to create a small cms with flask for a personal project.
>
> regards
>
> Written from my iPhone !
>
> Le 11 juin 2010 à 00:23, Armin Ronacher <armin.ronacher@active-4.com>
> a écrit :
>
>> Hi,
>>
>> On 2010-06-10 11:47 PM, Josh Horowitz wrote:
>>> Has anyone seen any published Flask apps that go beyond the simple
>>> sample apps and incorporate a little bit of complexity?
>> Depends what non-trivial is.  The flask-website has at least a bit of
>> complexity due to the mailinglist and snippet archives:
>>   http://github.com/mitsuhiko/flask/tree/website
>>
>> I don't know of many open-source Flask applications out there so far.
>> Maybe we should add a list to the website somewhere.
>>
>>
>> Regards,
>> Armin
>

Re: [flask] Looking for a non-trivial sample Flask app

From:
Rahul R
Date:
2010-06-11 @ 19:57
On Fri, Jun 11, 2010 at 8:46 PM, Thadeus Burgess <thadeusb@thadeusb.com>wrote:

> thadeusb.com is now running flask.
>
> --
> Thadeus
>
>
>
>
pretty cool site , btw is the twitter update happening at real time ?  if so
could reveal how did u do it ?

----
Rahul

Re: [flask] Looking for a non-trivial sample Flask app

From:
Armin Ronacher
Date:
2010-06-11 @ 21:19
Hi,

Check out the flast website application for how to do that.

Regards,
Armin

(sent from a handheld device)

On 11.06.2010, at 21:57, Rahul R <rahul8590@gmail.com> wrote:

>
>
> On Fri, Jun 11, 2010 at 8:46 PM, Thadeus Burgess <thadeusb@thadeusb.com 
> > wrote:
> thadeusb.com is now running flask.
>
> --
> Thadeus
>
>
>
>
> pretty cool site , btw is the twitter update happening at real  
> time ?  if so could reveal how did u do it ?
>
> ----
> Rahul

Re: [flask] Looking for a non-trivial sample Flask app

From:
Thadeus Burgess
Date:
2010-06-11 @ 20:18
Yes it is real time, does an ajax query on twitter to pull it in. I
got the instructions from the following website.

http://remysharp.com/2007/05/18/add-twitter-to-your-blog-step-by-step/

--
Thadeus





On Fri, Jun 11, 2010 at 2:57 PM, Rahul R <rahul8590@gmail.com> wrote:
>
>
> On Fri, Jun 11, 2010 at 8:46 PM, Thadeus Burgess <thadeusb@thadeusb.com>
> wrote:
>>
>> thadeusb.com is now running flask.
>>
>> --
>> Thadeus
>>
>>
>>
>
> pretty cool site , btw is the twitter update happening at real time ?  if so
> could reveal how did u do it ?
>
> ----
> Rahul
>

Re: [flask] Looking for a non-trivial sample Flask app

From:
Kevin Fricovsky
Date:
2010-06-11 @ 02:00
A list of public flask apps (github, bitbucket, etc) would be nice and
flask powered websites as well.

For example, do a search for flask on github and you'll find some
interesting projects - two off the top of my head are a screensot
hosting app, and the other is a mongodb admin.

So yea, a list of flask "apps" and public sites powered by flask would
be terrific.

- Kevin


On Thursday, June 10, 2010, Armin Ronacher <armin.ronacher@active-4.com> wrote:
> Hi,
>
> On 2010-06-10 11:47 PM, Josh Horowitz wrote:
>> Has anyone seen any published Flask apps that go beyond the simple
>> sample apps and incorporate a little bit of complexity?
> Depends what non-trivial is.  The flask-website has at least a bit of
> complexity due to the mailinglist and snippet archives:
>    http://github.com/mitsuhiko/flask/tree/website
>
> I don't know of many open-source Flask applications out there so far.
> Maybe we should add a list to the website somewhere.
>
>
> Regards,
> Armin
>

-- 
---------------------
Kevin Fricovsky
c: 732-391-1173

Re: [flask] Looking for a non-trivial sample Flask app

From:
Kevin Fricovsky
Date:
2010-06-11 @ 01:56
A list of public flask apps (github, bitbucket, etc) would be nice and
flask powered websites as well.

For example, do a search for flask on github and you'll find some
interesting projects - two off the top of my head are a screensot
hosting app, and the other is a mongodb admin.

So yea, a list of flask "apps" and public sites powered by flask would
be terrific.

- Kevin


On Thursday, June 10, 2010, Armin Ronacher <armin.ronacher@active-4.com> wrote:
> Hi,
>
> On 2010-06-10 11:47 PM, Josh Horowitz wrote:
>> Has anyone seen any published Flask apps that go beyond the simple
>> sample apps and incorporate a little bit of complexity?
> Depends what non-trivial is.  The flask-website has at least a bit of
> complexity due to the mailinglist and snippet archives:
>    http://github.com/mitsuhiko/flask/tree/website
>
> I don't know of many open-source Flask applications out there so far.
> Maybe we should add a list to the website somewhere.
>
>
> Regards,
> Armin
>

-- 
---------------------
Kevin Fricovsky
c: 732-391-1173