Skip to content

Golyb-q/Tea-Living-House-Gallery

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tea-Living-House-Gallery

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 50.4%
  • HTML 26.4%
  • CSS 13.4%
  • PLpgSQL 9.8%