Fakultas Ilmu Komputer UI

[REFACTOR] removed hardcoded variables, added python-dotenv

Merged Muhammad Ariq Basyar requested to merge dev-ariq into PBI-2-deployment

Fixes #11 (closed)

  • modified hardcoded variables DEBUG and ALLOWED_HOSTS, now using env vars
  • using python-dotenv for managing .env variables
  • change some variables from using os.environ.get to os.getenv (as the wrapper)
Edited by Muhammad Ariq Basyar

Merge request reports