Install and use djangorestframework

This commit is contained in:
2021-04-01 20:36:29 -05:00
parent 567226684d
commit da85e74860
11 changed files with 51 additions and 1 deletions

5
apiv1/apps.py Normal file
View File

@@ -0,0 +1,5 @@
from django.apps import AppConfig
class Apiv1Config(AppConfig):
name = 'apiv1'