marcoagner / Flask-QRcode

A concise Flask extension to easily render QR codes on Jinja2 templates using python-qrcode.
https://marcoagner.github.io/Flask-QRcode/
GNU General Public License v3.0
110 stars 30 forks source link

Not using standard /static directory #7

Closed HellerCommaA closed 9 years ago

HellerCommaA commented 10 years ago

In my configuration I'm using the static directory in /app/static/ not /static/

marcoagner commented 10 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.

HellerCommaA commented 10 years ago

/ 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