Friday, 13 December 2013

Blog app with flask

Blog app with options for posting,viewing post,and commenting option enabled on each post can be efficiently developed using flask.


 To know more about flask go to this links below
http://flask.pocoo.org/
Flask mega tutorial 
 Here i used postgresql for the database part. psycopg2 module is widely used in python for the postgresql database handling.I used the same in my app.In the app a sign_in part is provided so that posting is allowed only to the admin. Username for my app is 'admin' and password is'1234'.

And i stored my app in heroku.So you can test it by clicking this link
 To see the code click the link
    

No comments:

Post a Comment