You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/products/rocket/django.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -158,7 +158,7 @@ To use the starter in production mode, here are the steps:
158
158
- Execute `collectstatic` command
159
159
-`$ python manage.py collectstatic --no-input`
160
160
161
-
As a model, feel free to take a look at [build.sh](./build.sh), the file executed by the CI/CD flow for Render:
161
+
As a model, feel free to take a look at [build.sh](https://github.com/app-generator/rocket-django/blob/main/build.sh), the file executed by the CI/CD flow for Render:
0 commit comments