Skip to content

Latest commit

 

History

History
59 lines (44 loc) · 1.32 KB

README.md

File metadata and controls

59 lines (44 loc) · 1.32 KB

Table of Contents

Overview

This repo includes my notes on Django

Repo Structure

.──── django-notes (repo)
│
├── Django Fundamentals
│   ├── django-settings-starter
│   └── django-starter.md
│
├── Django Rest Framework
│   ├── class-based-views.md
│   ├── drf-auth-permissions.md
│   ├── drf-starter.md
│   ├── function-based-views.md
│   ├── pagination-filtering-search-ordering.md
│   ├── serializers.md
│   └── images
│       ├── adding-token-postman-img.png
│       ├── base64-decoding-img.png
│       ├── basicauth-img.png
│       ├── drf_views_overview.png
│       ├── pagination-img.png
│       ├── postman-basicAuth.png
│       └── user-field-img.png
│
└── README.md

How To Use

To clone and run this repo, you'll need Git

# Clone this repository:
$ git clone https://github.com/MSKose/django-notes

Contact