Преглед на файлове

Update docs/deploy/applications/deploying-django-application-non-docker.md

Co-authored-by: abelanger5 <alexander.b138@gmail.com>
jimcru21 преди 5 години
родител
ревизия
ec7144a746
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      docs/deploy/applications/deploying-django-application-non-docker.md

+ 1 - 1
docs/deploy/applications/deploying-django-application-non-docker.md

@@ -32,7 +32,7 @@ To deploy your Django Application in Porter. You need to tweak something on your
   ```sh
   pip install gunicorn
   ```
-6. Add static folder then put your html and css files. Locate static url settings and add static file dirs below
+6. Add static folder and add your HTML and CSS files. Locate static URL settings and add static file dirs below:
   ```python
   STATICFILES_DIRS = (
     os.path.join(BASE_DIR, 'static'),