From 41d9458daf280935cccdba585cc6ae2a7297241a Mon Sep 17 00:00:00 2001 From: Visgean Skeloru Date: Sat, 6 Jun 2015 00:42:15 +0200 Subject: [PATCH] missing dot in ./manage.py --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index ac56b73..92845de 100644 --- a/README.rst +++ b/README.rst @@ -38,7 +38,7 @@ Required CKEditor has been tested with django FileSystemStorage and S3BotoStorage. There are issues using S3Storage from django-storages. -#. Run the ``collectstatic`` management command: ``$ /manage.py collectstatic``. This'll copy static CKEditor require media resources into the directory given by the ``STATIC_ROOT`` setting. See `Django's documentation on managing static files `_ for more info. +#. Run the ``collectstatic`` management command: ``$ ./manage.py collectstatic``. This'll copy static CKEditor require media resources into the directory given by the ``STATIC_ROOT`` setting. See `Django's documentation on managing static files `_ for more info. #. Add CKEditor URL include to your project's ``urls.py`` file::