Skip to content

Commit 0357024

Browse files
committed
Change STATIC_URL as it is created by django-admin startproject
1 parent 04f7c70 commit 0357024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/django_start_project/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ We'll also need to add a path for static files. (We'll find out all about static
102102

103103
{% filename %}mysite/settings.py{% endfilename %}
104104
```python
105-
STATIC_URL = '/static/'
105+
STATIC_URL = 'static/'
106106
STATIC_ROOT = BASE_DIR / 'static'
107107
```
108108

0 commit comments

Comments
 (0)