Skip to content

Commit

Permalink
Merge pull request #6 from mabuelhagag/patch-1
Browse files Browse the repository at this point in the history
docs: fix typo
  • Loading branch information
escaped authored Aug 27, 2018
2 parents ede636e + 6aa1317 commit 5595954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ the ``post-save`` signal and enqueue the saved instance for processing. ::
def convert_video(sender, instance, **kwargs):
enqueue(tasks.convert_all_videos,
instance.meta.app_label,
instance.meta.model_name
instance.meta.model_name,
instance.pk)

After a while You can access the converted videos using ::
Expand Down

0 comments on commit 5595954

Please sign in to comment.