diff options
Diffstat (limited to 'django/conf/project_template/project_name/settings.py-tpl')
| -rw-r--r-- | django/conf/project_template/project_name/settings.py-tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/conf/project_template/project_name/settings.py-tpl b/django/conf/project_template/project_name/settings.py-tpl index 7830fb2f3c..e949752df4 100644 --- a/django/conf/project_template/project_name/settings.py-tpl +++ b/django/conf/project_template/project_name/settings.py-tpl @@ -117,7 +117,7 @@ USE_TZ = True # Static files (CSS, JavaScript, Images) # https://docs.djangoproject.com/en/{{ docs_version }}/howto/static-files/ -STATIC_URL = '/static/' +STATIC_URL = 'static/' # Default primary key field type # https://docs.djangoproject.com/en/{{ docs_version }}/ref/settings/#default-auto-field |
