django_PhotoGallery

Gives to the user an ability to register and upload photos with such felds as title(description) and posted time. Uploaded files may be edited or deleted. Search forms helps to find uploaded photos using keywords from photo's title

Requirements

The project was created using Python 3.5.4, django 1.10, Bootstrap, CSS and HTML. So, installed Python 3.5 and django 1.10 are required.

Interface

The homepage of the project shows all the uploaded photos: photo gallery The registration form for the User: registrationform All the registered users are stored in the database: database Photos may be added through the following form: addphoto After clicking the "View Details" button the page with the full-sized photo, its title and posted date will be opened: detailview