Skip to content

Commit 5185d37

Browse files
Update README.md
1 parent ef417ee commit 5185d37

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,22 @@ The number of folder per page is set no by default to 100, it can be change to a
1717
Change code form 100 to any number nedded:
1818

1919
MAX_ON_PAGE = 100
20+
21+
Tutorial index page:
22+
23+
![name-of-you-image](https://github.com/LunguGeorgeProgramator/python_gallery_manager/blob/master/tutorial_photos/index.jpg?raw=true)
24+
25+
Option of this page are:
26+
1. search in the top form add text and click the blue button.
27+
2. navigate pagiation.
28+
3. edit each folder name or remove it for ever for your store.
29+
4. click one of the photos representing one folder and see the photos content ('loads the view page').
30+
31+
![name-of-you-image](https://github.com/LunguGeorgeProgramator/python_gallery_manager/blob/master/tutorial_photos/edit_page.jpg?raw=true)
32+
33+
View photos per folder page, here if there are more than the max items pe page ('see variable MAX_ON_PAGE default value 100') the pagination can be used to see them all.
34+
Also there is a view photo vue library added to examin in more detail "vue-viewer" just click on photo:
35+
36+
![name-of-you-image](https://github.com/LunguGeorgeProgramator/python_gallery_manager/blob/master/tutorial_photos/edit_page.jpg?raw=true)
37+
38+
![name-of-you-image](https://github.com/LunguGeorgeProgramator/python_gallery_manager/blob/master/tutorial_photos/view.jpg?raw=true)

0 commit comments

Comments
 (0)