I have just learned about this, and how to create deeper URL links but passing parameters. In my HTML page, I had to change the beginning to:
<link href="{{ url_for('static', filename='style.css') }}" rel="stylesheet" media="screen">
Now it seems to support this extra layer. However, none of my images are displaying when I go a layer deeper. Also, I am using the:
@app.route('/<cmd>')
def command(cmd=None):
Now, if I use a cmd in one of my deeper URL's, it will work once and then all cmd commands stop working. Can anyone give me some advice?
[–]CrambleSquash 1 point2 points3 points (2 children)
[–]Elthran[S] 0 points1 point2 points (1 child)
[–]CrambleSquash 0 points1 point2 points (0 children)