GrafeasGroup / blossom

The website. The app. The everything.
6 stars 3 forks source link

Remove need for settings flag on all commands locally #211

Closed itsthejoker closed 2 years ago

itsthejoker commented 2 years ago

Relevant issue: N/a

Description:

Moves the need for the local_settings.py file from inside the blossom folder to at the top level. When any command using manage.py is run, the file will be automatically loaded and run if it's detected.

NOTE:

BREAKING CHANGE: Must move local_settings.py from inside the blossom folder to the top level!

Checklist: