Skip to content

Commit

Permalink
Adds requirements/extras/django.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Oct 24, 2016
1 parent c7d05ab commit 7db0791
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/includes/installation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,13 @@ Transports and Backends
:``celery[consul]``:
for using the Consul.io Key/Value store as a message transport or result backend (*experimental*).

:``celery[django]``
specifies the lowest version possible for Django support.

You should probably not use this in your requirements, it's here
for informational purposes only.


.. _celery-installing-from-source:

Downloading and installing from source
Expand Down
1 change: 1 addition & 0 deletions requirements/extras/django.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Django>=1.8
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def _pyimp():
EXTENSIONS = {
'auth',
'cassandra',
'django',
'elasticsearch',
'memcache',
'pymemcache',
Expand Down

0 comments on commit 7db0791

Please sign in to comment.