How to import a blog on glitch.com from github

How to import a blog on glitch.com from github. Glitch.com is a site that allows you to create for free web app or sites. Every project you make on glitch is a repository on github that you can import into another Glitch project so that you can use the other project as a template. This is very useful and really simple to use. You can also clone the repository on your desktop.

In one of our last videos we’ve created a blog on glitch with Flask. Now we want to see how to reuse that code for other blog we could make, without having to rewrite everything, but just importing from github all the files and then changing what we need to change (the content).

The repository is here

see the repository

Published by pythonprogramming

Started with basic on the spectrum, loved javascript in the 90ies and python in the 2000, now I am back with python, still making some javascript stuff when needed.