From 18a6c1a50324a94e48fa65afc02adce83304db7a Mon Sep 17 00:00:00 2001 From: Gijs Date: Thu, 8 Sep 2022 18:48:53 +0200 Subject: [PATCH] Added settings.py to gitignore, added urls to Readme. --- .gitignore | 1 + README.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 409f080..3629ca1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ __pycache__ *.pyc node_modules +settings.py diff --git a/README.md b/README.md index 1b6e363..40dfade 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@ The boilerplate uses the python framework flask to run the webinterface and to g # Installation -First [download](gitlaburl) it on gitlab. +First [download](https://gitlab.constantvzw.org/anais_berck/pagedjs-flask-boilerplate/-/archive/main/pagedjs-flask-boilerplate-main.zip) it on gitlab. Or clone the repository: -`git clone ` +`git clone git@gitlab.constantvzw.org:anais_berck/pagedjs-flask-boilerplate.git` This boilerplate uses Python 3 and the framework [Flask](https://palletsprojects.com/p/flask/).