Server boilerplate

Django

Coming in 2024!


The Django generator generates types and networking logic for your Django server. This saves you time and add compile-time safety that you are serving the exact API that you specified in your API Definition.

generators.yml
1- name: fernapi/fern-python-django
2 version: 0.0.0
3 output:
4 location: local-file-system
5 path: ../../generated/server-boilerplate/django
Was this page helpful?