Python Forum
Application like simpler facebook wall in python framework - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Web Scraping & Web Development (https://python-forum.io/forum-13.html)
+--- Thread: Application like simpler facebook wall in python framework (/thread-8882.html)



Application like simpler facebook wall in python framework - seidman - Mar-11-2018

hello,

i would like to implement something like facebook wall but much more simpler in my project. Actually most important thing is the way of displaying comments - they should be under the posts.

I've been trying to do this in Django by customizing project from tutorial but i don't want a board like this because in my project there will be only short posts and not many comments for each.

Maybe there is a better way or it can be done easier in other python framework?

I would be grateful for any suggestions and links.


RE: Application like simpler facebook wall in python framework - wavic - Mar-11-2018

Can be done with any Python framework. Flask, bottle.py and Pyramid are the other popular ones. Recently Sanic too.

Django is the big gun.