An open API service indexing awesome lists of open source software.

https://github.com/amamov/django-drf-boilerplate

⚡️ core django rest-framework boilerplate ⚡️
https://github.com/amamov/django-drf-boilerplate

django django-rest-framework drf drf-yasg mysql python

Last synced: 7 months ago
JSON representation

⚡️ core django rest-framework boilerplate ⚡️

Awesome Lists containing this project

README

          

# django rest-framework boilerplate 3.1.4

- core django-rest-framework
- custom browser api, custom admin site
- jwt authentication
- production set up
- swagger api

## 0. base setup

1. [install git](https://github.com/amamov/cs001/tree/main/5%20GIT)

2. [install python and python environment]()

## 1. git clone

1. clone this pack.

```shell
git clone https://github.com/amamov/django-drf-boilerplate.git
```

## 2. create environment

## 3. initializing

```shell
sh initialize.sh
```

```shell
rm -rf initialize.sh
```