Excellent Fabio!!!

Thanks for the suggestion we will take that into account.

Luciano

El viernes, 31 de julio de 2015, 17:30:07 (UTC-3), Fabio Caritas 
Barrionuevo da Luz escribió:
>
> interesting, thanks for sharing.
>
> personally, I think that the organization of files on package is somewhat 
> confusing.
>
> said that, you can use a template (skeleton) as a base to create and 
> better organize the package.
> I like these two
>
> for a django package:
>
> https://github.com/pydanny/cookiecutter-djangopackage
>
> or more generic to any python package:
>
> https://github.com/ionelmc/cookiecutter-pylibrary
>
> It is quite easy to generate a new project skeleton:
>
> pip install cookiecutter
>
> cookiecutter https://github.com/pydanny/cookiecutter-djangopackage
>
> or
>
> cookiecutter https://github.com/ionelmc/cookiecutter-pylibrary
>
>
>
> Em quinta-feira, 30 de julho de 2015 18:46:12 UTC-3, Luciano Ferrari 
> escreveu:
>>
>> Last April we finished the development of a dynamic form builder, called 
>> pulpo-forms, to use within a Django Project. Today we’re excited to 
>> announce that we’re making the source code available on GitHub 
>> <https://github.com/octobot-dev/pulpo-forms-django>.
>>
>> Here is a short list with the most important features of this new open 
>> source tool:
>>
>>    - Enable users to create forms with an easy drag&drop UI
>>    - Angular directives to render the form  
>>    <https://github.com/octobot-dev/pulpo-forms-angular>and the dashboard
>>    - Multi pages forms.
>>    - RESTful API
>>    - Customizable fields validations such as required, length,etc.
>>    - Conditional enable for fields based on other field values (e.g. in 
>>    a food preferences survey, hide the *‘How do you like your steak?’ 
>> *question 
>>    to someone that previously answered that’s a vegetarian).
>>    - Conditional enable for form pages based on other field values.
>>    - Versions and drafts.
>>    - Integration for Django models.
>>    - Signals.
>>    - Configurable actions – show a thank you screen, send an email, etc.
>>    - Built-in statistics in the dashboard
>>    - Basic field types answers can be filtered in the dashboard
>>
>> Since it was made to be flexible from the beginning, this can be extended 
>> to add new fields, validations and so on.
>>
>> We hope you enjoy it, and of coursed we are open to comments, questions 
>> and pull requests <https://github.com/octobot-dev/pulpo-forms-django>!
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/f5bc7597-8dd7-480c-8db3-3a092368b573%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to