Projects STRLCPY Osmedeus Commits 6cc5daea
🤬
  • ■ ■ ■ ■ ■ ■
    install.sh
    skipped 223 lines
    224 224  install_banner "Initial config for Osmedeus"
    225 225  python3 server/manage.py makemigrations
    226 226  python3 server/manage.py migrate
     227 +python3 server/manage.py makemigrations api
     228 +python3 server/manage.py migrate api
    227 229  mkdir -p ~/.osmedeus 2> /dev/null
    228 230  python3 scripts/init.py
    229 231  echo -e "\033[1;32m[+] Installing done... \033[1;37m"
    skipped 6 lines
  • ■ ■ ■ ■
    server/rest/settings.py
    skipped 139 lines
    140 140   'rest_framework_simplejwt.authentication.JWTAuthentication',
    141 141   ],
    142 142   ## @NOTE enable this when go live
    143  - 'EXCEPTION_HANDLER': 'rest.exception.custom_exception_handler',
     143 + # 'EXCEPTION_HANDLER': 'rest.exception.custom_exception_handler',
    144 144   
    145 145  }
    146 146   
    skipped 49 lines
Please wait...
Page is in error, reload to recover