Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 931 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 931 Bytes

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