[Answer]-How to POST to django-tastypie server without authentication 16 December 2023 by thecoderscamp.com 1 I believe you can set the following in your api.py file: authorization = Authorization() From the docs: Tastypie Authorization Gitarooman [Answer]-Creating nested objects in Django REST Framework Source:stackexchange.com