Whoops that didn't work
└── store
├── __pycache__
├── localsite
├── static
│ ├── admin
│ ├── cache
│ ├── css
│ ├── fonts
│ ├── images
│ └── js
└── templates
├── contact
├── product
└── shop
--
You received this message b
└── store
├── __pycache__
├── contact
├── localsite
│ └── contact
├── static
│ ├── admin
│ ├── cache
│ ├── css
│ ├── fonts
│ ├── images
│ └── js
└── templates
├── contact
├── product
└── shop
--
You received thi
Can't figure out how to override this file, here is my directory structure
└── store ├── __pycache__ ├── localsite │ └── contact ├── static │ ├──
admin │ │ ├── css │ │ ├── img │ │ │ └── gis │ │ └── js
│ │ └── admin │ ├── cache
│ ├── css │ ├── fonts │ ├── images
3 matches
Mail list logo