Skip to content

Commit

Permalink
Add a note about loading the example project.
Browse files Browse the repository at this point in the history
  • Loading branch information
urda committed Dec 25, 2018
1 parent ce24ea4 commit 5d97e8c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -68,3 +68,11 @@ url(r'^\.well-known/', include('letsencrypt.urls'))
```

7. Enjoy your easy to manage `ACME Challenges` inside your Django project!

## Example Project

If you would like a demo of how to use this application simply clone this project's
`git` repository from [GitHub](https://github.com/urda/django-letsencrypt),
take a moment to read the `README.md` file within the `example_project`
directory, and follow the directions. That will spin up a small sample django
application already configured for you to try out.

0 comments on commit 5d97e8c

Please sign in to comment.