modified: README.md

This commit is contained in:
acidburnmonkey
2025-08-06 17:10:56 -04:00
parent 96de1a1d0f
commit 45c4abc752
+6 -2
View File
@@ -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