Skip to content

rgab1508/django-blog-example

Repository files navigation

django-blog-example

simple django blog app

  • Not finished yet.
  • Pretty Lame!

Requirements

  • python 3/2
  • pip
  • Django 2.0.1

Installation

  • pip install -r requirements.txt

Database config

  • mysql server
  • configure the database at settings.py

Run development server

  • python manage.py runserver