Clothes_advisor

Helps to choose clothes appropriate for the weather.

This product help to choose clothes avaible to the user for the trip in a certain area and time.

Manual

User should choose all location of visiting on the map and click "Go" button. If user is authorized, program will choose apropriate clothes from user's wardrobe, which she/he could change on the profile page, and redirected to page with list of clothes. If not, then program will choose clothes from all possible. User can authorize by creating new account with email verification or by existing google account. Also on the profile page user can add photos of his clothes or choose from list.

Input and Output

Input: locations
Output: list of clothes

Structure

│ db.sqlite3
│ index.txt
│ manage.py

├───Course_work
│ settings.py
│ urls.py
│ wsgi.py
│ _init_.py

├───firstapp
│ │ admin.py
│ │ apps.py
│ │ models.py
│ │ tests.py
│ │ views.py
│ │ _init_.py
│ │
│ └───migrations
│ _init_.py

├───static

└───templates

Usage example


Development setup

Describe how to install all development dependencies and how to run an automated test-suite of some kind. Potentially do this for multiple platforms.

Meta

Usachova Victoria & Shumakov Maxym – usachova@ucu.edu.ua shumakov@ucu.edu.ua

Distributed under the XYZ license. See LICENSE for more information.

https://github.com/yourname/github-link

Contributing