Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python Build a Social Network with Flask How to Win Friends Follow and Unfollow Buttons

Noah Fields
Noah Fields
13,985 Points

Other users not appearing in "All" stream

When I attempted to run this, other users didn't appear in the "all" stream, despite the fact that I created an example user in addition to using the "kenneth" sample login. Notably, I actually went so far as to download the project files from the downloads tab and reupload them back into Workspaces, so that my code is (or at least should be)completely identical to Kenneth's at this point in time (other than my removing the parenthesis after is_authenticated). Interestingly, I also always have the log out button in the corner, and never the log in or register buttons (though register can still be reached by manually typing in the extension). I have no idea what's going on, since at this point everything theoretically should work exactly the same.

Snapshot is here: https://w.trhou.se/w40zm22fgo

Any assistance would be greatly appreciated.