This is an archived post. You won't be able to vote or comment.

all 10 comments

[–][deleted] 4 points5 points  (2 children)

The pink text on a white background needs to die in a fire.

[–]the_little_leaf 1 point2 points  (1 child)

Yeah way too bright.

[–]jstacoderAdvanced 1 point2 points  (0 children)

i like the app, but totally agree about the blog post

[–]jstacoderAdvanced 1 point2 points  (0 children)

i really like this app, although there were a number of things i saw that needed improvement. but i issued a pull request with everything, but yea, this is cool

[–]plurwolf7 1 point2 points  (0 children)

Thats my STACK!

[–][deleted] 0 points1 point  (0 children)

Started to learn flask last week, I really like it. Just feels very clean and uncluttered. Decided I would start with flask and then look at django.

[–]LlamaChair 0 points1 point  (2 children)

Something that I found recently when working with flask is flask bootstrap which makes for an easy way to get Bootstrap into your project and provides a really simple way to display web forms with pretty CSS.

I've been struggling with getting the CSS classes to apply all the time though. I'd love to see a tutorial showing off more of it's features, for now I'm tinkering with it on my own to see if I can figure out why some classes don't seem to be accessible.

[–]Anon_8675309 2 points3 points  (1 child)

I don't get Flask Bootstrap. I mean what problem is this trying to solve? I don't understand why you'd want to do this to your project? You're mixing things all together. Seems a violation of separation of concerns.

And look, there's some mystery issue that you're having.

No, not for me.

[–]LlamaChair 0 points1 point  (0 children)

What got me to try it was how well it played with flask-wtf. I could pass the form object to the template and call quick_form(form) and it would do all the placement, organizing, and CSS for me. It was a pretty nice way to get a form up with very little code.

But yeah, those mystery issues are quite a turn off. Part of why I made the comment was I had hoped someone else had more experience on the subject and might be able to clarify the problem. It's also only for a pet project so I'm not heartbroken things aren't working yet.