/django_huey

Huey with Django for tasks

Primary LanguagePythonMIT LicenseMIT

django_huey

Huey with Django for tasks

Usage

  1. pipenv install
  2. pipenv shell
  3. python manage.py run_huey
  4. python manage.py runserver (in another terminal)
  5. Open http://localhost:8000/ in your browser
  6. Click on Send email button
  7. Check your email