Skip to content

MSKose/django-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Packages

No packages published

Languages