There is no good python based photo gallery. Well none that I have found.
Build a Web based Photo gallery where 'admin users' are able to upload photos, and users are able to view them.
Built to be used similar to a portfolio.
Django Photo Gallery Justin Fuhrmeister-Clarke, a photo gallery based in django.
Copyright (C) 2017 Justin Fuhrmeiser-Clarke <justin@fuhrmeister-clarke.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
Bash script install.sh
Install Steps install.md
- Upload Image (DONE)
- Resize image, for thumbnail, and preview (DONE)
- Create tag view / display
- Create tag search
- Create tag from add photo page
- Styles