Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 1.48 KB

README.md

File metadata and controls

14 lines (7 loc) · 1.48 KB

py4web-blog-app

This 'blog' began as an attempt to see how difficult it would be to transition a code base from Django to py4web. After completing Corey Schafer's tutorial series on creating a blog app in Django, I took it upon myself to replicate the app in a different framework that I am closer to, which is py4web.

The point of this project is to display the code differences between the two frameworks and the different implementation guidelines that exist within each. Eventually I would like to create a video series following along in Corey's footsteps for creating this blog app, but for now, here is a good demo of what py4web can do.

The source code for the app can be found here, as well as links to py4web's repo and Corey's repo for all proper credit.

Finally, I would like to recommend all that are interested to poke around py4web and see if there is anything you believe can be improved. The team working behind it has been just amazing and accepting of PRs as they come in.

To use this program, just download the repo to the apps folder and navigate to localhost:8000/blog

To change the default profile picture with what you want, just replace the file named default.jpg in static/images, that image is only used due to creative commons licences.