librelist archives

« back to archive

Flask-Dashed

Flask-Dashed

From:
jean-philippe serafin
Date:
2011-09-29 @ 15:25
Hi all,

I'm currently working on a simple admin interface builder on top of Flask
and WTForms.

I' trying to build something simple for CRUD and dashboard generation.
There's also a SQLAlchemy backend.

https://github.com/jean-philippe/Flask-Dashed

This is an early alpha for now, but ready for first feedbacks :).

Cheers.

-- 

jean-philippe serafin

http://www.jeanphi.fr

Re: [flask] Flask-Dashed

From:
Joe Esposito
Date:
2011-09-29 @ 16:19
Looks really cool. Got it up and running quickly too.

Some repo suggestions:
- Have a screenshot of what it looks like in the readme or a dedicated
GitHub page (it really works)
- Have the "minimal usage" include a simple root ("/") view that just
hyperlinks to "/admin"
- Moreso, have an example.py file (or 'example' package with templates) with
sample models, a simple view, and a link to the admin page. That way you can
immediately jump into using it.

This will allow potential users to quickly see if it meets their needs.
The project looks pretty good at first glance. I'll play with it more and
give some better feedback soon.

On Thu, Sep 29, 2011 at 11:25 AM, jean-philippe serafin <serafinjp@gmail.com
> wrote:

> Hi all,
>
> I'm currently working on a simple admin interface builder on top of Flask
> and WTForms.
>
> I' trying to build something simple for CRUD and dashboard generation.
> There's also a SQLAlchemy backend.
>
> https://github.com/jean-philippe/Flask-Dashed
>
> This is an early alpha for now, but ready for first feedbacks :).
>
> Cheers.
>
> --
>
> jean-philippe serafin
>
> http://www.jeanphi.fr
>
>

Re: [flask] Flask-Dashed

From:
jean-philippe serafin
Date:
2011-10-26 @ 06:37
2011/9/29 Joe Esposito <espo58@gmail.com>

> Looks really cool. Got it up and running quickly too.
>
> Some repo suggestions:
> - Have a screenshot of what it looks like in the readme or a dedicated
> GitHub page (it really works)
> - Have the "minimal usage" include a simple root ("/") view that just
> hyperlinks to "/admin"
> - Moreso, have an example.py file (or 'example' package with templates)
> with sample models, a simple view, and a link to the admin page. That way
> you can immediately jump into using it.
>
>
This will allow potential users to quickly see if it meets their needs.
>

There's now an online demo at: http://flask-dashed.jeanphi.fr


> The project looks pretty good at first glance. I'll play with it more and
> give some better feedback soon.
>
> On Thu, Sep 29, 2011 at 11:25 AM, jean-philippe serafin <
> serafinjp@gmail.com> wrote:
>
>> Hi all,
>>
>> I'm currently working on a simple admin interface builder on top of Flask
>> and WTForms.
>>
>> I' trying to build something simple for CRUD and dashboard generation.
>> There's also a SQLAlchemy backend.
>>
>> https://github.com/jean-philippe/Flask-Dashed
>>
>> This is an early alpha for now, but ready for first feedbacks :).
>>
>> Cheers.
>>
>> --
>>
>> jean-philippe serafin
>>
>> http://www.jeanphi.fr
>>
>>
>


-- 

jean-philippe serafin

http://www.jeanphi.fr

Re: [flask] Flask-Dashed

From:
jean-philippe serafin
Date:
2011-10-30 @ 18:02
2011/10/26 jean-philippe serafin <serafinjp@gmail.com>

>
>
> 2011/9/29 Joe Esposito <espo58@gmail.com>
>
>> Looks really cool. Got it up and running quickly too.
>>
>> Some repo suggestions:
>> - Have a screenshot of what it looks like in the readme or a dedicated
>> GitHub page (it really works)
>> - Have the "minimal usage" include a simple root ("/") view that just
>> hyperlinks to "/admin"
>> - Moreso, have an example.py file (or 'example' package with templates)
>> with sample models, a simple view, and a link to the admin page. That way
>> you can immediately jump into using it.
>>
>>
>  This will allow potential users to quickly see if it meets their needs.
>>
>
> There's now an online demo at: http://flask-dashed.jeanphi.fr
>

The demo source code has been released at:

http://github.com/jean-philippe/flask-dashed-demo<https://github.com/jean-philippe/flask-dashed-demo>


>
>
>
>> The project looks pretty good at first glance. I'll play with it more and
>> give some better feedback soon.
>>
>> On Thu, Sep 29, 2011 at 11:25 AM, jean-philippe serafin <
>> serafinjp@gmail.com> wrote:
>>
>>> Hi all,
>>>
>>> I'm currently working on a simple admin interface builder on top of
>>> Flask and WTForms.
>>>
>>> I' trying to build something simple for CRUD and dashboard generation.
>>> There's also a SQLAlchemy backend.
>>>
>>> https://github.com/jean-philippe/Flask-Dashed
>>>
>>> This is an early alpha for now, but ready for first feedbacks :).
>>>
>>> Cheers.
>>>
>>> --
>>>
>>> jean-philippe serafin
>>>
>>> http://www.jeanphi.fr
>>>
>>>
>>
>
>
> --
>
> jean-philippe serafin
>
> http://www.jeanphi.fr
>
>


-- 

jean-philippe serafin

http://www.jeanphi.fr

Re: [flask] Flask-Dashed

From:
刘一新
Date:
2011-10-26 @ 07:16
Hi, I've just try the demo. It's great.

I wonder If this extension can provide full authorization control system for
flask-based app? For example, login, CRUD control... If so, how?

Many thanks.

2011/10/26 jean-philippe serafin <serafinjp@gmail.com>

>
>
> 2011/9/29 Joe Esposito <espo58@gmail.com>
>
>> Looks really cool. Got it up and running quickly too.
>>
>> Some repo suggestions:
>> - Have a screenshot of what it looks like in the readme or a dedicated
>> GitHub page (it really works)
>> - Have the "minimal usage" include a simple root ("/") view that just
>> hyperlinks to "/admin"
>> - Moreso, have an example.py file (or 'example' package with templates)
>> with sample models, a simple view, and a link to the admin page. That way
>> you can immediately jump into using it.
>>
>>
>  This will allow potential users to quickly see if it meets their needs.
>>
>
> There's now an online demo at: http://flask-dashed.jeanphi.fr
>
>
>> The project looks pretty good at first glance. I'll play with it more and
>> give some better feedback soon.
>>
>> On Thu, Sep 29, 2011 at 11:25 AM, jean-philippe serafin <
>> serafinjp@gmail.com> wrote:
>>
>>> Hi all,
>>>
>>> I'm currently working on a simple admin interface builder on top of Flask
>>> and WTForms.
>>>
>>> I' trying to build something simple for CRUD and dashboard generation.
>>> There's also a SQLAlchemy backend.
>>>
>>> https://github.com/jean-philippe/Flask-Dashed
>>>
>>> This is an early alpha for now, but ready for first feedbacks :).
>>>
>>> Cheers.
>>>
>>> --
>>>
>>> jean-philippe serafin
>>>
>>> http://www.jeanphi.fr
>>>
>>>
>>
>
>
> --
>
> jean-philippe serafin
>
> http://www.jeanphi.fr
>
>


-- 
*Yi-Xin Liu, PHD*
*Department of Macromolecular Science*
*Fudan University*
*Room 415, Yuejing Building *
*Handan Rd. 220, **Shanghai, China*
*Tel +86-021-65642863*
*Mobile +86-13916819745*
http://www.mendeley.com/profiles/yi-xin-liu/

Re: [flask] Flask-Dashed

From:
jean-philippe serafin
Date:
2011-10-26 @ 10:43
2011/10/26 刘一新 <liuyxpp@gmail.com>

> Hi, I've just try the demo. It's great.
>
> I wonder If this extension can provide full authorization control system
> for flask-based app? For example, login, CRUD control... If so, how?
>

no, it doesn't. It just provides an admin interface and crud  basetools (and
won't do anything else). As authentification and ressource ACL depends on
many things (like ORM...) it has to come as other extensions.


>
> Many thanks.
>
> 2011/10/26 jean-philippe serafin <serafinjp@gmail.com>
>
>>
>>
>> 2011/9/29 Joe Esposito <espo58@gmail.com>
>>
>>> Looks really cool. Got it up and running quickly too.
>>>
>>> Some repo suggestions:
>>> - Have a screenshot of what it looks like in the readme or a dedicated
>>> GitHub page (it really works)
>>> - Have the "minimal usage" include a simple root ("/") view that just
>>> hyperlinks to "/admin"
>>> - Moreso, have an example.py file (or 'example' package with templates)
>>> with sample models, a simple view, and a link to the admin page. That way
>>> you can immediately jump into using it.
>>>
>>>
>>  This will allow potential users to quickly see if it meets their needs.
>>>
>>
>> There's now an online demo at: http://flask-dashed.jeanphi.fr
>>
>>
>>> The project looks pretty good at first glance. I'll play with it more and
>>> give some better feedback soon.
>>>
>>> On Thu, Sep 29, 2011 at 11:25 AM, jean-philippe serafin <
>>> serafinjp@gmail.com> wrote:
>>>
>>>> Hi all,
>>>>
>>>> I'm currently working on a simple admin interface builder on top of
>>>> Flask and WTForms.
>>>>
>>>> I' trying to build something simple for CRUD and dashboard generation.
>>>> There's also a SQLAlchemy backend.
>>>>
>>>> https://github.com/jean-philippe/Flask-Dashed
>>>>
>>>> This is an early alpha for now, but ready for first feedbacks :).
>>>>
>>>> Cheers.
>>>>
>>>> --
>>>>
>>>> jean-philippe serafin
>>>>
>>>> http://www.jeanphi.fr
>>>>
>>>>
>>>
>>
>>
>> --
>>
>> jean-philippe serafin
>>
>> http://www.jeanphi.fr
>>
>>
>
>
> --
> *Yi-Xin Liu, PHD*
> *Department of Macromolecular Science*
> *Fudan University*
> *Room 415, Yuejing Building *
> *Handan Rd. 220, **Shanghai, China*
> *Tel +86-021-65642863*
> *Mobile +86-13916819745*
> http://www.mendeley.com/profiles/yi-xin-liu/
>



-- 

jean-philippe serafin

http://www.jeanphi.fr

Re: [flask] Flask-Dashed

From:
Alex K
Date:
2011-10-26 @ 07:04
Very cool!



On Wed, Oct 26, 2011 at 10:37 AM, jean-philippe serafin <serafinjp@gmail.com
> wrote:

>
>
> 2011/9/29 Joe Esposito <espo58@gmail.com>
>
>> Looks really cool. Got it up and running quickly too.
>>
>> Some repo suggestions:
>> - Have a screenshot of what it looks like in the readme or a dedicated
>> GitHub page (it really works)
>> - Have the "minimal usage" include a simple root ("/") view that just
>> hyperlinks to "/admin"
>> - Moreso, have an example.py file (or 'example' package with templates)
>> with sample models, a simple view, and a link to the admin page. That way
>> you can immediately jump into using it.
>>
>>
>  This will allow potential users to quickly see if it meets their needs.
>>
>
> There's now an online demo at: http://flask-dashed.jeanphi.fr
>
>
>> The project looks pretty good at first glance. I'll play with it more and
>> give some better feedback soon.
>>
>> On Thu, Sep 29, 2011 at 11:25 AM, jean-philippe serafin <
>> serafinjp@gmail.com> wrote:
>>
>>> Hi all,
>>>
>>> I'm currently working on a simple admin interface builder on top of Flask
>>> and WTForms.
>>>
>>> I' trying to build something simple for CRUD and dashboard generation.
>>> There's also a SQLAlchemy backend.
>>>
>>> https://github.com/jean-philippe/Flask-Dashed
>>>
>>> This is an early alpha for now, but ready for first feedbacks :).
>>>
>>> Cheers.
>>>
>>> --
>>>
>>> jean-philippe serafin
>>>
>>> http://www.jeanphi.fr
>>>
>>>
>>
>
>
> --
>
> jean-philippe serafin
>
> http://www.jeanphi.fr
>
>

Re: [flask] Flask-Dashed

From:
jean-philippe serafin
Date:
2011-09-30 @ 05:26
2011/9/29 Joe Esposito <espo58@gmail.com>

> Looks really cool. Got it up and running quickly too.
>
> Some repo suggestions:
> - Have a screenshot of what it looks like in the readme or a dedicated
> GitHub page (it really works)
> - Have the "minimal usage" include a simple root ("/") view that just
> hyperlinks to "/admin"
> - Moreso, have an example.py file (or 'example' package with templates)
> with sample models, a simple view, and a link to the admin page. That way
> you can immediately jump into using it.
>
>
Docs is now published here: https://github.com/jean-philippe/Flask-Dashed with
a little screenshot.

As this is an alpha preview, many things may change, I'll build better docs
when features will be a bit more "frozen", so the best way to get an example
is to have a look at tests files:

https://github.com/jean-philippe/Flask-Dashed/blob/master/tests/sqlalchemy_backend.py
.

Cheers.


> This will allow potential users to quickly see if it meets their needs.
> The project looks pretty good at first glance. I'll play with it more and
> give some better feedback soon.
>
> On Thu, Sep 29, 2011 at 11:25 AM, jean-philippe serafin <
> serafinjp@gmail.com> wrote:
>
>> Hi all,
>>
>> I'm currently working on a simple admin interface builder on top of Flask
>> and WTForms.
>>
>> I' trying to build something simple for CRUD and dashboard generation.
>> There's also a SQLAlchemy backend.
>>
>> https://github.com/jean-philippe/Flask-Dashed
>>
>> This is an early alpha for now, but ready for first feedbacks :).
>>
>> Cheers.
>>
>> --
>>
>> jean-philippe serafin
>>
>> http://www.jeanphi.fr
>>
>>
>


-- 

jean-philippe serafin

http://www.jeanphi.fr