Closed HellerCommaA closed 9 years ago
I'll check this issue later today. For now, could you give me the app's folder structure so I can reproduce your scenario exactly? Thanks.
/ root, contains my run.py /app/ contains views.py, models.py, init (which holds my app = Flask(name) bits /app/static /app/templates /app/uploads database.db is in / woosh search.db (if it matters) is in /
https://github.com/HellerCommaA/flask-template is actually what I clone all of my new flask repos from, that's my directory structure
In my configuration I'm using the static directory in /app/static/ not /static/