All good advice from Avraham Serour - just a couple of additional comments:

On Sunday, October 19, 2014 1:06:55 AM UTC-7, Avraham Serour wrote:
>
>
>
> > BE API for web services integrations: TastyPie? (API will have to be 
> versioned, I would like to have the auto documentation, too)
> I like tastypie, but use it only if you actually need it
>

Django REST Framework eclipses the functionality and ease of use of 
Tastypie, IMO, and has become the de facto standard for Django API 
generation. Its documentation is stellar and it is quite actively 
developed. I'm hoping that, now that migrations are in core, a discussion 
about integrating API generation into core is a next big topic for Django 
core (this is an area where Django lags behind Rails).

 

> > Deployment: Fabric?
> yes, but on the other hand this doesn't have much meaning, fabric just 
> makes easier automating ssh commands, it doesn't provide recipes for 
> deployment, you still have to plan this
>

Fabric is awesome, but as you move past the "automating ssh commands" into 
"we need a real build system," check out Ansible.

./s
 

>
>

-- 
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/e484397c-b665-4fa0-84a9-e21d40a39d82%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to