Skip to content

Commit 239228a

Browse files
committed
updated doc
1 parent db1c2eb commit 239228a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,10 @@ When using django in production mode, one could regroup all static data into a
165165
single folder for easier managment. This allow for django to fetch media in a
166166
single folder, even for multiple apps that have their own /static folder !
167167

168+
⚠️ Beware ! In bookshelf/static/js/location.js, there is a const variable "prod".
169+
Please put it to true before doing the below step.
170+
And do not forget to DEGUB = False ! in library/settings.py
171+
168172
This is the approach I am following, and thus, we still need one final step
169173
before our configuration is complete. We need to create this global folder.
170174
Remember, if you're using a venv as described above, you need to use the

0 commit comments

Comments
 (0)