Unverified Kaydet (Commit) 18b7367e authored tarafından Uğur Özyılmazel's avatar Uğur Özyılmazel

Fix wrong urls.py information

üst 4ba35e37
......@@ -140,7 +140,7 @@ $ rake new:application[blog]
'blog.apps.BlogConfig',
]
- Do not forget to fix your `config/settings/urls.py`:
- Do not forget to fix your `config/urls.py`:
# ...
urlpatterns = [
......@@ -167,11 +167,11 @@ INSTALLED_APPS += [
```
Now, if you fix your `config/settings/urls.py` you’ll be able to see demo
Now, if you fix your `config/urls.py` you’ll be able to see demo
pages for your app:
```python
# config/settings/urls.py
# config/urls.py
:
:
urlpatterns = [
......
......@@ -80,7 +80,7 @@ USER_REMINDER = """
'{app_name}.apps.{inital_caps_appname}Config',
]
- Do not forget to fix your `config/settings/urls.py`:
- Do not forget to fix your `config/urls.py`:
# ...
urlpatterns = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment