From 176dda78b733595e528f85a590b7205b6a2874ac Mon Sep 17 00:00:00 2001 From: GransonO Date: Sun, 9 Dec 2018 22:33:03 +0300 Subject: [PATCH] feat(article crud functions): create crud functions for the articles - Only authenticated users should interract with the endpoints - users can create a story (owner only) - users can update a story (Owner only) - users can delete a story (Owner only) - users can retrieve stories - the return data should incorporate the authors profile data [Finishes #161967014] --- .gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitignore b/.gitignore index bc43b5f..052d7ca 100644 --- a/.gitignore +++ b/.gitignore @@ -98,6 +98,4 @@ db.sqlite3 # Migrations authors/apps/*/migrations/* -# vscode cache files and log files -.vscode/ logfile