From 2e6df05550d05486f2bec9c9ef3abbe848cc568c Mon Sep 17 00:00:00 2001 From: crunk Date: Wed, 5 Jan 2022 19:39:22 +0100 Subject: [PATCH] small update to noted.md --- notes.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/notes.md b/notes.md index 04bb805..6ee6d8a 100644 --- a/notes.md +++ b/notes.md @@ -1,10 +1,12 @@ -#notes - +# these are some notes +from distribusi.cli import build_argparser +from distribusi.distribusi import distribusify +this way we should be able to run distribusi from code on a folder, or multiple folders. # Shit! We need entire CRUD functionality. -##Create: +## Create: ### Uploading User can upload based on $distribusiname field in db. @@ -34,5 +36,5 @@ $distribusiname stays the same Distribusi button can only be reset when a new file is uploaded. -## Delete +## Delete: $distribusiname is deleted, files are removed, visible flag is set to false.