Skip to content

Commit 43a5d07

Browse files
committed
update subtitles
1 parent a9e2e53 commit 43a5d07

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/getting_started.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Getting Started
22
==================
33

44
1. Create a Referral Program
5+
--------------------
56

67
After installation, you can create a new referral program using the provided management command. If this program is set to active, any previous active referral programs will be deactivated automatically.
78

@@ -10,6 +11,7 @@ After installation, you can create a new referral program using the provided man
1011
python manage.py create_referral_program --name="My Referral Program" --commission-rate=5.00 --min-withdrawal-balance=10.00
1112
1213
2. Set Up Environment Variables
14+
--------------------
1315

1416
In order to generate referral links, you need to set up the following environment variables in your `.env` file:
1517

docs/installation.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ Installation Guide
44
Follow these steps to install and set up `django-referral-system`:
55

66
1. Install the package via pip:
7+
--------------------
78

89
.. code-block:: bash
910
1011
pip install django-referral-system
1112
1213
2. Add referrals to your `INSTALLED_APPS` in `settings.py`:
14+
--------------------
1315

1416
.. code-block:: python
1517
@@ -19,6 +21,7 @@ Follow these steps to install and set up `django-referral-system`:
1921
]
2022
2123
3. Add to `urls.py`:
24+
--------------------
2225

2326
.. code-block:: python
2427
@@ -30,6 +33,7 @@ Follow these steps to install and set up `django-referral-system`:
3033
]
3134
3235
4. Apply Migrations:
36+
--------------------
3337

3438
.. code-block:: bash
3539

0 commit comments

Comments
 (0)