Skip to main content

A platform for creating and delivering learning materials via email within a Django application. It provides tools for content management, user role-based administration, and scheduler integration for automated content delivery.

Project description

Django Email Learning

A Django package for creating email-based learning platforms with IMAP integration and React frontend components.

License Python Django

⚠️ Early Development Notice

This project is currently in early development and is not yet ready for production use.

Quick Start

Installation

pip install django-email-learning

Django Setup

  1. Add to your INSTALLED_APPS:
INSTALLED_APPS = [
    # ... your apps
    'django_email_learning',
]
  1. Include URLs in your project:
# urls.py
from django.urls import path, include

urlpatterns = [
    # ... your URLs
    path('email-learning/', include('django_email_learning.urls', namespace='django_email_learning')),
]
  1. Run migrations:
python manage.py migrate

License

This project is licensed under the BSD 3-Clause License - see the LICENSE file for details.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django_email_learning-0.1.2.tar.gz (1.7 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_email_learning-0.1.2-py3-none-any.whl (1.7 MB view details)

Uploaded Python 3

File details

Details for the file django_email_learning-0.1.2.tar.gz.

File metadata

  • Download URL: django_email_learning-0.1.2.tar.gz
  • Upload date:
  • Size: 1.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.2.1 CPython/3.13.3 Linux/5.15.167.4-microsoft-standard-WSL2

File hashes

Hashes for django_email_learning-0.1.2.tar.gz
Algorithm Hash digest
SHA256 c737ba70f3d76a0b2ebabbb7eccc93de478100f18f331fc77fe1a6e1885e11e8
MD5 10786d38a88b0b11b172e56581aa80db
BLAKE2b-256 89d3225af9871c048e46a0758944489ff1f2be38add41c1a2fafd97bdf31acc8

See more details on using hashes here.

File details

Details for the file django_email_learning-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: django_email_learning-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.2.1 CPython/3.13.3 Linux/5.15.167.4-microsoft-standard-WSL2

File hashes

Hashes for django_email_learning-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 9b268814f3997eb7b0350c4b145228974c8459137a6fa5b5b70d0cb4f282edf8
MD5 154a60db25e2eb0f4b1898bb00d656cd
BLAKE2b-256 11c3abf3600130bb6c091a4c1f361437ed4f6deb69cb556b3fb4120640b8ace1

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page