summaryrefslogtreecommitdiffstats
path: root/src/frest/manage.py
diff options
context:
space:
mode:
authorSanto Cariotti <dcariotti24@gmail.com>2020-03-27 21:13:23 +0000
committerSanto Cariotti <dcariotti24@gmail.com>2020-03-28 19:40:19 +0000
commit991e1a04e12b2518c3605266334bb8f158db87af (patch)
treed76a8f95a98d7b63b42bfcf256ab82ad218f5426 /src/frest/manage.py
parent42101b083f674708c00f45824656a5e090bc24d7 (diff)
feat: create model scheme with CLI
Diffstat (limited to 'src/frest/manage.py')
-rw-r--r--src/frest/manage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frest/manage.py b/src/frest/manage.py
index 079719e..1164d70 100644
--- a/src/frest/manage.py
+++ b/src/frest/manage.py
@@ -13,7 +13,7 @@ def main():
if not os.path.exists("scheme"):
logging_arg("Create {}... ", "scheme/")
logging("OK", 3, "\n")
- os.makedirs("scheme")
+ os.mkdir("scheme")
create_app(args.startapp)