Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
Add pip install to demo main page quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Bradley committed Oct 27, 2014
1 parent 72a5b7e commit 9d2aa5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demo/templates/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ <h3>Or login with an existing account</h3>
<div class="col-md-6">
<h3>Using multimail is as easy as this:</h3>
<ul>
<li>pip install django-multimail</li>
<li>Put 'multimail' in your INSTALLED_APPS</li>
<li>Include 'django.template.loaders.eggs.Loader' in your TEMPLATE_LOADERS</li>
<li>Include a line like this in your base urls.py:
Expand Down

0 comments on commit 9d2aa5a

Please sign in to comment.