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: django-pagination/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Django Project: Python Wiki
2
2
3
-
This repository contains the source code for the Django project that you'll complete in the [Real Python Django Pagination Article](https://realpython.com/django-pagination/).
3
+
This repository contains the source code for the Django project that you'll complete in Real Python's [Pagination for a User-Friendly Django App](https://realpython.com/django-pagination/).
4
4
5
5
## Create the Django Project
6
6
@@ -49,7 +49,7 @@ Run the Django migrations:
49
49
(venv) $ python manage.py migrate
50
50
```
51
51
52
-
This will create the tables for the Python Wiki project in your database.
52
+
This will create the tables for the Python wiki project in your database.
0 commit comments