dr.botzo/dr_botzo/dispatch
Brian S. Stephan dac7999c0f dispatch: use generics better (?) in /message
use GenericAPIView rather than APIView in order to get some common idiom
stuff done for us. we continue to support GET and POST in
DispatchMessage, now it's just a bit cleaner. i think.

anyway if we were doing this stuff more we could/should probably create
mixins for them, but at the moment this is pretty sane i think
2015-06-19 10:51:11 -05:00
..
migrations dispatch: port to django REST framework 2015-06-18 23:57:43 -05:00
__init__.py dispatch: port to django REST framework 2015-06-18 23:57:43 -05:00
admin.py dispatch: port to django REST framework 2015-06-18 23:57:43 -05:00
models.py dispatch: port to django REST framework 2015-06-18 23:57:43 -05:00
serializers.py dispatch: use generics better (?) in /message 2015-06-19 10:51:11 -05:00
urls.py dispatch: port to django REST framework 2015-06-18 23:57:43 -05:00
views.py dispatch: use generics better (?) in /message 2015-06-19 10:51:11 -05:00