Skip to content

Commit

Permalink
Merge pull request #317 from blablacio/djhuey-enqueue
Browse files Browse the repository at this point in the history
Expose enqueue through djhuey
  • Loading branch information
coleifer authored May 24, 2018
2 parents 2c465dc + 8e1ebef commit a3515fa
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 a3515fa

Please sign in to comment.