This is a simple template for creating RESTful APIs with Django and Django REST Framework. django-api-template/ ├── django_api_template/ # Main Django project directory │ ├── __init__.py │ ├── ...
This repository contains a sample implementation of a blog application, designed to show off various features of OpenShift. The blog application is implemented using Python and Django. In the default ...