Skip to content

Commit ce6543e

Browse files
authored
Merge pull request #17 from dabapps/update-readme
Added note to add to installed apps to readme
2 parents f5f73c1 + 3f6c829 commit ce6543e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,19 @@ re-run `manage.py migrate`.
1313

1414
## Getting Started
1515

16+
### Installation
17+
18+
Install from PIP
19+
20+
pip install django-db-queue
21+
22+
Add `django_dbq` to your installed apps
23+
24+
INSTALLED_APPS = (
25+
...
26+
'django_dbq',
27+
)
28+
1629
### Describe your job
1730

1831
In e.g. project.common.jobs:

0 commit comments

Comments
 (0)