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.
⚠️ 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
- Add to your
INSTALLED_APPS:
INSTALLED_APPS = [
# ... your apps
'django_email_learning',
]
- 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')),
]
- 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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_email_learning-0.1.1.tar.gz.
File metadata
- Download URL: django_email_learning-0.1.1.tar.gz
- Upload date:
- Size: 12.6 kB
- 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4851edfcef0956c9011bf2f706bba2137c0e8a8c5fb12f1667be7eb57850833b
|
|
| MD5 |
b30effb21f060197ef5cafe9d4e160b8
|
|
| BLAKE2b-256 |
a14c3fc5999756c6cc2645a45f64affccdf54091f5f12ea1fa68350a115965ea
|
File details
Details for the file django_email_learning-0.1.1-py3-none-any.whl.
File metadata
- Download URL: django_email_learning-0.1.1-py3-none-any.whl
- Upload date:
- Size: 17.2 kB
- 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed5e5fd472e3a0a115e8e2b342cf5b0884654ec0edb8ee3555a23bb063b1a250
|
|
| MD5 |
184b97a27f9040533692b6512d4b517f
|
|
| BLAKE2b-256 |
4e51d91dfab65e18c7bbe1825c967f3909ba3bba2f8769263f012164c9d3739b
|