modified: README.md
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Build
|
||||
# Dev
|
||||
|
||||
To update js script
|
||||
|
||||
@@ -6,7 +6,7 @@ To update js script
|
||||
rm scripts.js && tsc scripts.ts
|
||||
```
|
||||
|
||||
# Before prod , this need to be on settings.py
|
||||
### Before prod , this need to be on `settings.py`
|
||||
|
||||
```python
|
||||
REST_FRAMEWORK = {
|
||||
@@ -15,3 +15,7 @@ REST_FRAMEWORK = {
|
||||
],
|
||||
}
|
||||
```
|
||||
|
||||
# Build
|
||||
|
||||
Only build docker image from --prod branch
|
||||
|
||||
Reference in New Issue
Block a user