-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
47 lines (45 loc) · 1.25 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
En guide för installation av system finns i filen Installationsmanual.pdf
För att starta portfolion kör filen flask_site.py
För att redigera data i portfolion ändra i filen data.json
För att redigera användardata ändra i filen user.json
Ifall problem uppstår eller sudobehörighet saknas se guide.txt
.
|-- MyPortfolio
| |-- data.json
| |-- data.py
| |-- data_test.py
| |-- doc
| | |-- InstallationsmanualUtdaterad.pdf
| | |-- LoFi-prototyp.pdf
| | |-- Projektplan.pdf
| | |-- Systemdokumentation.pdf
| | |-- Testdokumentation.pdf
| | `-- Installationsmanual.pdf
| |-- flask_site.py
| |-- guide.txt
| |-- modifydb.py
| |-- project.py
| |-- static
| | |-- images
| | | |-- 3
| | | | |-- small_image.png
| | | | |-- test1.png
| | | | `-- test2.png
| | | `-- user
| | `-- style
| | |-- main.css
| | |-- placeholderbig.png
| | `-- placeholdersmall.png
| |-- templates
| | |-- base.html
| | |-- error_template.html
| | |-- portfolio
| | | |-- index.html
| | | |-- list.html
| | | `-- techniques.html
| | |-- project_list.html
| | `-- project_template.html
| |-- user.json
| `-- user.py
`-- README.txt
9 directories, 29 files