[pyar] como configurar Django+tastypie+backbone?

Ariel Camino arielcamino en gmail.com
Sab Feb 9 19:56:44 ART 2013


Estuve usando tu app, sin autenticación anda perfecto, es decir poniendo:

authentication = Authentication()

POST http://127.0.0.1:8000/api/v1/poll/ 201 CREATED 204ms

Lo que no logré hacer es que se genere una ApiKey relacionada a mi
usuario, el signal que pusiste en api.py no parece hacer nada, y si
intento hacerlo a mano estoy en la misma:

(venv)acamino en athos:~/pruebas/poll-app-backbone$ python manage.py shell
Python 2.7.3 (default, Aug  1 2012, 05:16:07)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
(InteractiveConsole)
>>> from tastypie.models import create_api_key
>>> from django.contrib.auth.models import User
>>> create_api_key(User.objects.all()[0])
>>> from tastypie.models import ApiKey
>>> ApiKey.objects.all()
[]

cómo hiciste para obtener tu ApiKey?

Saludos!
-- 
Ariel Camino



More information about the pyar mailing list