project/
├── app/
│ ├── __init__.py
│ ├── config.py
│ ├── models.py
│ ├── services/
│ │ ├──
│ │ ├──
│ │ └──
│ ├── blueprints/
│ │ ├── __init__.py
│ │ ├── main/
│ │ │ ├── __init__.py
│ │ │ ├── routes.py
│ │ │ └── templates/
│ │ │ └── main/
│ │ │ ├── index.html
│ │ │ ├── about.html
│ │ │ ├── contact.html
│ │ │ ├── search_results.html
│ │ │ └── gallery.html
│ │ ├── products/
│ │ │ ├── __init__.py
│ │ │ ├── routes.py
│ │ │ └── templates/
│ │ │ └── products/
│ │ │ └── contact_group.html
│ │ └── categories/
│ │ ├── __init__.py
│ │ ├── routes.py
│ │ └── templates/
│ │ └── categories/
│ │ └── category.html
│ ├── templates/
│ │ └── base.html
│ └── static/
│ └── css/
│ └── styles.css
├── migrations/
├── tests/
├── requirements.txt
├── run.py
├── loader.py
├── .gitignore
└── .env
forked from amplisuda/Tea-Living-House-Gallery
-
Notifications
You must be signed in to change notification settings - Fork 0
License
Golyb-q/Tea-Living-House-Gallery
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 50.4%
- HTML 26.4%
- CSS 13.4%
- PLpgSQL 9.8%