Skip to content

Commit

Permalink
Expose enqueue through djhuey
Browse files Browse the repository at this point in the history
  • Loading branch information
blablacio authored May 23, 2018
1 parent 2c465dc commit 8e1ebef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions huey/contrib/djhuey/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ def config_error(msg):
task = HUEY.task
periodic_task = HUEY.periodic_task
lock_task = HUEY.lock_task
enqueue = HUEY.enqueue


def close_db(fn):
Expand Down

0 comments on commit 8e1ebef

Please sign in to comment.