librelist archives

« back to archive

Looking for Flask Powered Websites

Looking for Flask Powered Websites

From:
Armin Ronacher
Date:
2010-06-13 @ 17:31
Hi,

I would like to extend the website with a list of applications and 
websites powered by Flask.  If you have one and would like to share it, 
please reply to that thread :)


Regards,
Armin

Re: [flask] Looking for Flask Powered Websites

From:
Vasil Vangelovski
Date:
2010-06-17 @ 16:43
We have one running for some time at http://960ls.atomidata.com/

It's a CSS layout generator based on 960gs.

The code is also available on bitbucket
http://bitbucket.org/dekomote/960-layout-system/.

The code deserves some more attention we can't provide right now, but
it's very small in size and does various things.

It's a very simple 2 page webapp with only one SQLAlchemy model. The
main reason we chose flask is because of the very small size of the
app, we needed to do it real fast without much configuration and we
needed the power of Jinja2. We rewrote it from PHP in 1 hour with
additional features and integrated syntax highlighting.


On Sun, Jun 13, 2010 at 7:31 PM, Armin Ronacher
<armin.ronacher@active-4.com> wrote:
> Hi,
>
> I would like to extend the website with a list of applications and
> websites powered by Flask.  If you have one and would like to share it,
> please reply to that thread :)
>
>
> Regards,
> Armin
>

Re: [flask] Looking for Flask Powered Websites

From:
Steve Losh
Date:
2010-06-17 @ 16:49
I mentioned it in IRC, but I don't think I replied to the list yet.

My hg-review extension now uses Flask for its web interface.

There's a demo at http://review.stevelosh.com/ if you want to poke around.

The code is at http://bitbucket.org/sjl/hg-review/

> On Sun, Jun 13, 2010 at 7:31 PM, Armin Ronacher
> <armin.ronacher@active-4.com> wrote:
>> Hi,
>> 
>> I would like to extend the website with a list of applications and
>> websites powered by Flask.  If you have one and would like to share it,
>> please reply to that thread :)
>> 
>> 
>> Regards,
>> Armin
>> 

Re: [flask] Looking for Flask Powered Websites

From:
Jamie Matthews
Date:
2010-06-17 @ 17:45
The Brighton Python User Group site uses Flask:

http://brightonpy.org

code: http://github.com/j4mie/brightonpy.org/

Cheers

Jamie

On 17 June 2010 17:49, Steve Losh <steve@stevelosh.com> wrote:

> I mentioned it in IRC, but I don't think I replied to the list yet.
>
> My hg-review extension now uses Flask for its web interface.
>
> There's a demo at http://review.stevelosh.com/ if you want to poke around.
>
> The code is at http://bitbucket.org/sjl/hg-review/
>
> > On Sun, Jun 13, 2010 at 7:31 PM, Armin Ronacher
> > <armin.ronacher@active-4.com> wrote:
> >> Hi,
> >>
> >> I would like to extend the website with a list of applications and
> >> websites powered by Flask.  If you have one and would like to share it,
> >> please reply to that thread :)
> >>
> >>
> >> Regards,
> >> Armin
> >>
>
>