You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-1Lines changed: 24 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ To set the path of the gallery change the code in class "LoadFiles" located in:
19
19
20
20
Code to change is the path, I build this on a windows OS so my this is my pictures path on my computer. Change it to any paht on your machine that has a directories with photos files in them:
21
21
22
-
PATH = "c:/Users/George/Pictures"
22
+
PATH = "./tutorial_photos"
23
23
24
24
The number of folder per page is set no by default to 100, it can be change to any number in class "Pagination" located in:
25
25
@@ -63,5 +63,28 @@ To run this website on docker just follow the list steps:
63
63
64
64
http://127.0.0.1:8090/ or http://0.0.0.0:8090/ or http://localhost:8090/ or http://your_docker_domenain_set:8090/
65
65
66
+
67
+
This website can be run on a python envirement "you need to set on on your machine also set dejango to". The seteps to run it are:
68
+
69
+
1. activate python envirement in terminal ("I am using windows"), venv is the name of the folder I set it:
0 commit comments