ozcanyarimdunya / blogger

Sample blog application in django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blogger

Build Status Coverage Status

A blog application with django

Installation

  1. Clone the repository.

    $ git clone https://github.com/ozcanyarimdunya/blogger.git
    $ cd blogger/
    
  2. Install the virtualenv package, create new virtual environment and activate it.

    $ pip install virtualenv
    $ virtualenv venv
    $ source venv/bin/activate
    
  3. Install all dependencies and start application on http://127.0.0.1:8000/.

    $ make
    
  4. To access admin panel, create a superuser and visit http://127.0.0.1:8000/admin/.

    $ make superuser
    

Running in docker

  1. Make sure you have installed docker and docker-compose.
    $ make docd
    

About

Sample blog application in django


Languages

Language:JavaScript 47.2%Language:Python 29.7%Language:HTML 12.0%Language:CSS 9.1%Language:Shell 1.0%Language:Makefile 0.7%Language:Dockerfile 0.3%