lumenwrites / django-react-blog

Simple blog built with Django and React/Redux, deployed with Docker, and served with nginx/uwsgi.
http://digitalmind.io
MIT License
563 stars 95 forks source link

Page number #5

Closed leotomatsu closed 7 years ago

leotomatsu commented 7 years ago

I am looking for a Django blog bootstrap, and I was messing with the online website.

I noticed that the page number changes, but the context inside the page number is not changing. For example, if page 1 was showing context "x", page 2 is also showing context "x" instead of having another context , such as "y".

I hope this helps.