+ 1
Django content iteration from file
What i want to do is have different stories stored in my directory/server. Have python/django read the files and store the text in the appropriate variables. Iterate over these files in the django template. I tried using setInterval and Timeout but it jumps straight to the last iteration without iterating through the content and pausing after each iteration. my full question is here: https://stackoverflow.com/questions/51094014/django-content-iteration-from-file
4 Answers
0
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
</body>
</html>
0
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
</body>
</html>
0
no, this is not django. it is plain html
- 1
tom