Setup Python Project
ΒΆ
Setup Repository
Create Python Virtual Environment
Setup Project Documentation with Sphynx
Using Markdown with Sphynx
Import Docs Into ReadTheDocs
All the recipes for this section share a single git branch
setup-python-project
.
Django for APIs Cookbook
Navigation
Setup Python Project
Setup Repository
Create Python Virtual Environment
Setup Project Documentation with Sphynx
Using Markdown with Sphynx
Import Docs Into ReadTheDocs
Setup a Django Project
Custom Django User Model
Create Django Models for the Blog API
Test Models with Pytest
REST API with Djangno Rest Rest Framework
Finite State Machine (state transitions) with
django-fsm
Pytest
Future Topics
Related Topics
Documentation overview
Previous:
Django for APIs Cookbook
Next:
Setup Repository