Skip to content

Commit

Permalink
Update readme (#26)
Browse files Browse the repository at this point in the history
because TL; DR's don't see immediatly dependencies section

Co-authored-by: carlos <[email protected]>
  • Loading branch information
adinhodovic and carlos authored Apr 12, 2020
1 parent b068443 commit 55d80f4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,20 @@ Install wagtail-resume with pip:

`pip install wagtail-resume`

Add the application to installed Django applications:
Add the application and dependencies to installed Django applications:

```py
INSTALLED_APPS = [
...
"wagtailmetadata",
"wagtailmarkdown",
"wagtail_resume",
...
]
```

Add the urls for generating a pdf using Weasyprint:

```py
path("resume/", include("wagtail_resume.urls")),
```
Expand Down

0 comments on commit 55d80f4

Please sign in to comment.