django-Quick-blog

Python Environment Setup and Django for Ubuntu/Mac OSX/ Windows

Installation

To run this project

$ git clone https://github.com/bkawan/django-blog.git

$ virtualenv -p python3 venv

$ source venv/bin/activate

$ pip install -r requirements.txt

$ cd blog

$ python manage.py migrate

$ python manage.py runserver

Go to browser and http://localhost:8000/