changed project key to .env and updated readme

This commit is contained in:
acidburnmonkey
2025-08-06 01:22:35 -04:00
parent aa8ae37799
commit dc859f15f2
2 changed files with 21 additions and 1 deletions
+17
View File
@@ -0,0 +1,17 @@
# Build
To update js script
```
rm scripts.js && tsc scripts.ts
```
# Before prod , this need to be on settings.py
```python
REST_FRAMEWORK = {
'DEFAULT_RENDERER_CLASSES': [
'rest_framework.renderers.JSONRenderer',
],
}
```