Skip to content

Commit fd9e677

Browse files
committed
Update README
1 parent a8a3f1b commit fd9e677

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

README.md

+3-8
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ One-click deploy to Heroku:
2727
* Default double opt-in for sign ups;
2828
* Schedule email campaign to send on a specific date and time;
2929
* Track email opens and clicks;
30+
* Change link URL after email is sent;
3031
* Reports with geolocation;
3132
* Compatible with Mailgun, SendGrid, Mandrill, or any other SMTP email service.
3233

@@ -51,22 +52,16 @@ Create a local database:
5152
python manage.py migrate
5253
```
5354

54-
Create a user account:
55-
56-
```commandline
57-
python manage.py createsuperuser
58-
```
59-
6055
Start development server:
6156

6257
```commandline
6358
python manage.py runserver
6459
```
6560

66-
Go to the login page on your browser:
61+
Open your browser and access the setup page to create an admin account:
6762

6863
```commandline
69-
http://127.0.0.1:8000/accounts/login/
64+
http://127.0.0.1:8000/setup/
7065
```
7166

7267
PS: Campaign scheduling will not work out-of-the-box. You need to install a message broker and [setup Celery](https://simpleisbetterthancomplex.com/tutorial/2017/08/20/how-to-use-celery-with-django.html) properly.

docs/features.rst

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Overview
1313
* Default double opt-in for sign ups;
1414
* Schedule email campaign to send on a specific date and time;
1515
* Track email opens and clicks;
16+
* Change link URL after email is sent;
1617
* Reports with geolocation;
1718
* Compatible with Mailgun, SendGrid, Mandrill, or any other SMTP email service.
1819

0 commit comments

Comments
 (0)