MPIB / Lagerregal

Super awesome inventory System for electronic devices
Other
26 stars 11 forks source link

Fix settings import #379

Closed xi closed 3 years ago

xi commented 3 years ago

based on #378

see https://docs.djangoproject.com/en/3.1/topics/settings/#using-settings-in-python-code

Also note that your code should not import from either global_settings or your own settings file. django.conf.settings abstracts the concepts of default settings and site-specific settings; it presents a single interface. It also decouples the code that uses settings from the location of your settings.