瀏覽代碼

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'),