Skip to content

Commit 29639ae

Browse files
committed
update subtitles
1 parent 43a5d07 commit 29639ae

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

docs/getting_started.rst

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

44
1. Create a Referral Program
5-
--------------------
65

76
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.
87

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

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

docs/installation.rst

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

66
1. Install the package via pip:
7-
--------------------
87

98
.. code-block:: bash
109
1110
pip install django-referral-system
1211
1312
2. Add referrals to your `INSTALLED_APPS` in `settings.py`:
14-
--------------------
1513

1614
.. code-block:: python
1715
@@ -21,7 +19,6 @@ Follow these steps to install and set up `django-referral-system`:
2119
]
2220
2321
3. Add to `urls.py`:
24-
--------------------
2522

2623
.. code-block:: python
2724
@@ -33,7 +30,6 @@ Follow these steps to install and set up `django-referral-system`:
3330
]
3431
3532
4. Apply Migrations:
36-
--------------------
3733

3834
.. code-block:: bash
3935

0 commit comments

Comments
 (0)