You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Django Rest Framework extension for implement by action serializers, permissions & /etc
9
9
10
10
11
-
* Free software: MIT license
11
+
**Dependencies**
12
+
13
+
* Python 3.7+
14
+
* Django 2.0+
15
+
* Django Rest Framework 3.10+
16
+
17
+
**Setup**
18
+
19
+
You can install the library directly from pypi using pip:
20
+
21
+
`$ pip install drf-extended-viewset`
22
+
23
+
24
+
License
25
+
-------
26
+
Free software: MIT license
12
27
13
28
14
29
Features
@@ -35,7 +50,7 @@ class MyModelViewSet(ExtendedModelViewSet):
35
50
Credits
36
51
-------
37
52
38
-
This package was created with Cookiecutter and the `audreyr/cookiecutter-pypackage` project template.
53
+
This package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter) and the [audreyr/cookiecutter-pypackage](https://github.com/audreyr/cookiecutter-pypackage) project template.
0 commit comments