Example Project¶
You can use the following example project to get started with django-resume.
Set up the project¶
Clone the repository:
$ git clone git@github.com:ephes/django-resume.git
Set up the virtual environment:
$ cd django-resume
$ uv venv
$ uv pip install .[dev]
Run the example project:
$ cd example
$ uv manage.py runserver
Log in via the admin interface:
Local admin (username:
user
, password:password
)
Visit the list of example resumes:
You can edit the example resumes either via the django admin interface or via the inline editing feature by clicking on the “Edit” button.