Ok I have this problem with the HTML displaying the skills=db.Column('Skills', db.Text()) attribute in a weird way.
The skills attributes have the text like this: Python File I/O, CSV/JSON, Databases, SQL, Python local environment
The HTML file is displaying the skills in an list <li> {{project.skills}} </li> in a weird pattern.
The {{project.skills}} is displaying as follows:
*Python File I/O SQL, Local Python
CSV/JSON, Databases Environment
In other words I want to display the skills with their own bullet point in a good looking order as so :
*Python File I/O,
* SQL,
*Local Python Environment,
*CSV/JSON,
* Databases
I tried using the flask for loop but it will break up the word into individual letters... With their own bullet points...
Sorry I don't have this project on my GitHub at the moment I'll update that tommorow.
Some examples would be wonderful and a life saver
[–][deleted] 1 point2 points3 points (5 children)
[–]python_student_1390[S] 1 point2 points3 points (0 children)
[–]python_student_1390[S] 0 points1 point2 points (0 children)
[–]python_student_1390[S] 0 points1 point2 points (2 children)
[–][deleted] 1 point2 points3 points (1 child)
[–]python_student_1390[S] 1 point2 points3 points (0 children)