Skip to content

Landing page and blog application build with Python, Django, HTML, CSS, Bootstrap and JS.

License

Notifications You must be signed in to change notification settings

LaraKraemer/portfolio-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A modern, simplistic Landing Page and Blog Application

Introduction

"Django Landing page and Blog application" is a developer blog and portfolio website built using Django, CSS and Bootstrap . The project demonstrates a clean, modern design that is responsive. It includes an admin interface for managing the content and is easy to customize and deploy to a production environment. Credits to the great blog tutorial of the Django Girls.

landing-page

Installation

  1. Install venv: python3 -m venv venv
  2. Run venv: source venv/bin/activate
  3. Install Django: python3 -m pip install --upgrade pip
  4. Create a requirements file and add: Django
  5. Install requirements: pip install -r requirements.txt
  6. Run app: python manage.py runserver

About

Landing page and blog application build with Python, Django, HTML, CSS, Bootstrap and JS.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published