# RestAPI_Django **Repository Path**: lomospace/RestAPI_Django ## Basic Information - **Project Name**: RestAPI_Django - **Description**: Django Rest framework - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-09-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## RestAPI_Django ### Install & init ```bash mkvirtualenv DjangoRestAPI # install dependencies pip install djangorestframework pip install markdown pip install django-filter # init project django-admin startproject api cd api # ... ... ``` ### 参考资料 http://www.django-rest-framework.org/#quickstart https://blog.csdn.net/rongyongfeikai2/article/details/50322769 ### TODO 每个`APP`下的 多个 `views`, `models` 等文件下下的 `view`、`model` 如何组织在 该APP的 `urls.py` 中.