Skip to content

JPBlancoDB/django-clean-blog

Repository files navigation

Build Status Sonarcloud Status

Clean Blog Template with Django

You can find the original Clean Blog template here: startbootstrap-clean-blog

Pre-requisites

  1. Python installed.
  2. Pip installed.

Setup

  1. Install Django with pip by running in a prompt: pip install -r requirements.txt

  2. Run the app with Django command: python manage.py runserver