Quick StartΒΆ

Quick start steps assume you have pip installed and virtualenv. Although virtualenv is not a requirement, just a healthy recommendation.

Follow the next steps to have your django-dress-blog up and running as quick as possible:

  1. Install the dependencies listed in the requirements file:
  • pip install -r requirements
  1. Whatsoever...

The search functionality requires extra software and configuration that is covered in the Configuration section.

Previous topic

Introducing Django-dress-blog

Next topic

Installation

This Page