patchman icon indicating copy to clipboard operation
patchman copied to clipboard

Refactor manage.py and settings.py for improved configuration

Open Devilla opened this issue 9 months ago • 0 comments

  • Updated manage.py to use Python 2 shebang and modified the DJANGO_SETTINGS_MODULE to point to the local settings.
  • Enhanced settings.py by organizing installed apps into DEFAULT_APPS, THIRD_PARTY_APPS, and LOCAL_APPS, and added configurations for SECRET_KEY, DEBUG, DATABASES, STATIC and MEDIA files, and email settings.
  • Removed deprecated configurations and added new settings for REST Framework and caching.

Devilla avatar Apr 06 '25 19:04 Devilla