larste / blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blog

Blog project for learning Django.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Python 3.8.0 or newer
  • Pipenv 2018.11.26 or newer

Installing

A step by step series of examples that tell you how to get a development env running

Install requirements:

pipenv install

Enter the shell:

pipenv shell

Start the development server:

./manage.py runserver

Running the tests

And coding style tests

pylint blog

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

License:MIT License


Languages

Language:Python 95.9%Language:HTML 4.1%