Build

To update js script

rm scripts.js && tsc scripts.ts

Before prod , this need to be on settings.py

REST_FRAMEWORK = {
    'DEFAULT_RENDERER_CLASSES': [
        'rest_framework.renderers.JSONRenderer',
    ],
}
S
Description
No description provided
Readme 6.2 MiB
Languages
Go 61.4%
HTML 23.9%
CSS 9.4%
Dockerfile 5.3%