Skip to content

Commit

Permalink
Add/update doc strings.
Browse files Browse the repository at this point in the history
  • Loading branch information
Warren Smith committed Mar 15, 2021
1 parent 08cf2c5 commit 7538ce2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
5 changes: 5 additions & 0 deletions staticmodel/django/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
"""
******************
Django integration
******************
"""
5 changes: 5 additions & 0 deletions staticmodel/django/rest_framework/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
"""
*********************************
Django Rest Framework integration
*********************************
"""
6 changes: 3 additions & 3 deletions staticmodel/django/rest_framework/serializers.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
*********************************
Django Rest Framework integration
*********************************
***************************************
Django Rest Framework serializer fields
***************************************
**Static Model** provides custom DRF (2.x) serializer fields in the
``staticmodel.django.rest_framework.serializers`` module:
Expand Down

0 comments on commit 7538ce2

Please sign in to comment.