Skip to content

Commit d16415c

Browse files
committed
Added missing piece of config
1 parent 3f8bd65 commit d16415c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,17 @@ and your webpack config is located at `/home/src/assets/webpack.config.js`, then
136136
## Usage
137137
<br>
138138
139+
#### Settings
140+
141+
Add `webpack_loader` to `INSTALLED_APPS`
142+
143+
```
144+
INSTALLED_APPS = (
145+
...
146+
'webpack_loader',
147+
)
148+
```
149+
139150
#### Templates
140151
141152
```HTML+Django

0 commit comments

Comments
 (0)