diff options
| author | Andrew <saintruler@gmail.com> | 2019-03-11 21:00:02 +0400 |
|---|---|---|
| committer | Andrew <saintruler@gmail.com> | 2019-03-11 21:00:02 +0400 |
| commit | 7e7dd5244e8d26485ad7950a89c04c98c4fef83f (patch) | |
| tree | 810730c4650392080fb87a78d3b527201e89fe4b /backend/articles/views.py | |
Initial commit/
Diffstat (limited to 'backend/articles/views.py')
| -rw-r--r-- | backend/articles/views.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/backend/articles/views.py b/backend/articles/views.py new file mode 100644 index 0000000..91ea44a --- /dev/null +++ b/backend/articles/views.py @@ -0,0 +1,3 @@ +from django.shortcuts import render + +# Create your views here. |