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 ⚡️
- Host: GitHub
- URL: https://github.com/amamov/django-drf-boilerplate
- Owner: amamov
- Created: 2021-03-26T06:29:34.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-24T15:13:48.000Z (over 4 years ago)
- Last Synced: 2025-01-17T11:42:38.314Z (9 months ago)
- Topics: django, django-rest-framework, drf, drf-yasg, mysql, python
- Language: Python
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```