File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,12 @@ From a [comment on StackOverflow]:
1717
1818## Installation
1919
20- - Install the python package.
20+ - Install the latest version from PyPI.
21+
22+ ``` shell
23+ pip install django-nextjs
24+ ```
25+
2126- Add ` django_nextjs ` to ` INSTALLED_APPS ` .
2227
2328- ** In Development Environment:**
@@ -187,7 +192,7 @@ def jobs(request):
187192- If you want to add a file to ` public ` directory of Next.js,
188193 that file should be in ` public/next ` subdirectory to work correctly.
189194- If you're using django channels, make sure all your middlewares are
190- [ async-capable] ( https://docs.djangoproject.com/en/3.1 /topics/http/middleware/#asynchronous-support ) .
195+ [ async-capable] ( https://docs.djangoproject.com/en/dev /topics/http/middleware/#asynchronous-support ) .
191196
192197## Settings
193198
You can’t perform that action at this time.
0 commit comments