Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 984 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 984 Bytes

Django Blog

Build Status Coverage Status GitHub Python 3.8

This is simple blog on Django web-framework

Requirements

To install and run this application you should have already installed Git and Docker.

Installation

To download project you should run in command line:

git clone https://github.com/yar-kik/Django-blog.git

To install and run project with development settings:

docker-compose -f docker-compose-dev.yml up -d

Or you can run production-ready environment configuration with Gunicorn and Nginx:

docker-compose -f docker-compose.yml up -d