|
|
|
|
|
by jardaroh
3226 days ago
|
|
I recommend using Django Rest Framework. Django gives you great admin forms for any and all data models and Django Rest Framework gives you a browseable API with in browser forms for your convenience. In addition it has a super effective structure for creating easy to maintain and reusable code. |
|