Skip to content

Refactor manage.py and settings.py for improved configuration #671

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Devilla
Copy link

@Devilla Devilla commented Apr 6, 2025

  • 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 and others added 3 commits April 7, 2025 00:35
- 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants