Skip to content

Commit 3b16c5e

Browse files
committed
Fix readme.md
I think we are hitting a bug in the markdown processing, where triple backticks are not working properly... I got it to work another way here though, so saving this to make the readme show up properly.
1 parent aad903a commit 3b16c5e

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

README.rst

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -258,19 +258,15 @@ The last command must be executed as a privileged user if
258258
you are not currently using a virtualenv.
259259

260260

261-
After installation, add `django_celery_beat` to Django settings file and migrate.
262-
263-
settings.py
264-
```
265-
INSTALLED_APPS = [
266-
...,
267-
'django_celery_beat',
268-
]
269-
```
270-
271-
```
272-
python manage.py migrate django_celery_beat
273-
```
261+
After installation, add ``django_celery_beat`` to Django settings file::
262+
263+
INSTALLED_APPS = [
264+
...,
265+
'django_celery_beat',
266+
]
267+
268+
python manage.py migrate django_celery_beat
269+
274270

275271
Using the development version
276272
-----------------------------

0 commit comments

Comments
 (0)