Skip to content
This repository was archived by the owner on Dec 10, 2019. It is now read-only.

Commit 2a9a1d8

Browse files
committed
updated readme
1 parent 43e56cf commit 2a9a1d8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Store email templates in the database and send it with a simple function call.
22

33
# Installation
4-
* Add the app to your INSTALLED_APPS list
4+
* Add the app 'database_email' to your INSTALLED_APPS list
55
* Migrate the database
66

77
# Usage
@@ -16,7 +16,3 @@ In addition, a plain text version of the rendered text is generated using the dj
1616
To generate correct links in the plain text version, use the following syntax:
1717

1818
<a href="http://example.com">http://example.com</a>
19-
20-
# Translations
21-
This project has no builtin translation support, use something like [Django Model Translation](http://django-modeltranslation.readthedocs.io) or similar.
22-

0 commit comments

Comments
 (0)