Member-only story
Let’s build a beautiful website with Python and Django
Welcome back! As some of you may know, Django is an awesome web framework for Python, it has tons of capabilities and many websites use this framework, check out the article below to see some popular websites that use this framework:
Now, let’s build out a beautiful sample website with this framework. Luckily for us, this website has already been completely built out and hosted on GitHub, below is a link to this complete project (please give all of the credit to the original developer of this project):
Now, looking at the files with this project you can see there are several different files: a main page folder, a portfolio folder, a procfile, a readme file, a sqlite3 file, a manage.py file and a requirements.txt file: