Shalom91 / ds_blog

In this project we create a blog using Django web framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CREATE BLOG

In project we create a blog using Django web framework

TO RUN Django Web Server

  • make sure Docker and docker-compose are installed
  • build docker image and run web server: docker-compose up -d --build in the commandline
  • enter: http://127.0.0.1:8000/ in your browser

About

In this project we create a blog using Django web framework.


Languages

Language:Python 96.9%Language:Dockerfile 3.1%