Installation¶
Requirements¶
Python 3.10 to 3.13 supported.
Django 4.2 to 5.2 supported.
Installation¶
Install with pip:
python -m pip install django-resume
Add django-resume to your
INSTALLED_APPS:INSTALLED_APPS = [ ..., "django_resume", ..., ]
django-resume’s editable templates load HTMX where needed. You do not need to install or configure django-htmx to use the built-in editing views.