Added settings.py to gitignore, added urls to Readme.

main
Gijs 2 years ago
parent 27ad7da676
commit 18a6c1a503

1
.gitignore vendored

@ -1,3 +1,4 @@
__pycache__
*.pyc
node_modules
settings.py

@ -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/).

Loading…
Cancel
Save