6 lines
159 B
Python
6 lines
159 B
Python
"""Common views for application authorization"""
|
|
from django.shortcuts import render
|
|
from rest_framework import views as rest_views
|
|
|
|
|
|
# Create your views here. |