From 3f6c8292254e8192f47440425ab1c0ed801be5fb Mon Sep 17 00:00:00 2001 From: Max Hurl Date: Mon, 25 Jan 2016 14:13:02 +0000 Subject: [PATCH] Added note to add to installed apps to readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 55dad27..52160da 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,19 @@ re-run `manage.py migrate`. ## Getting Started +### Installation + +Install from PIP + + pip install django-db-queue + +Add `django_dbq` to your installed apps + + INSTALLED_APPS = ( + ... + 'django_dbq', + ) + ### Describe your job In e.g. project.common.jobs: