almazkun / django_huey

Huey with Django for tasks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Huey with Django for tasks

License:MIT License


Languages

Language:Python 62.0%Language:HTML 25.3%Language:CSS 12.7%