artem090587 / django_blog

Website building with Django framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django_blog

Website building with Django framework

Initial Setup

  • $ cd path/to/your/dev/folder
  • $ git clone git@github.com:artem090587/django_blog.git
  • $ cd django_blog
  • $ virtualenv -p python3 venv
  • $ source bin/activate
  • $ pip install -r requirements.txt
  • $ python manage.py runserver

Index Page

Post Page

Admin Page

Visual editor

About

Website building with Django framework


Languages

Language:CSS 89.5%Language:JavaScript 6.8%Language:HTML 2.4%Language:Python 1.3%