Monday, August 5, 2019

Re: Django Error upon running the system

On 6/08/2019 10:45 am, Davin Pore wrote:
> Could you help me to fix this issue. I encountered while running the
> system.

Your command line needs an extra argument --settings=<path-to-settings>
where that might be worked out from ...

https://docs.djangoproject.com/en/2.2/topics/settings/#designating-the-settings




>
> C:\Users\davin.l.pore\Documents\JFETM_BMS\jfetmbox\venv\Scripts\python.exe
> C:/Users/davin.l.pore/Documents/JFETM_BMS/JFETM/Box_Cronjob/box/cronjob/b0302_get_folder_file.py
> Traceback (most recent call last):
>   File
> "C:/Users/davin.l.pore/Documents/JFETM_BMS/JFETM/Box_Cronjob/box/cronjob/b0302_get_folder_file.py",
> line 13, in <module>
>     from box.models import User
>   File
> "C:\Users\davin.l.pore\Documents\JFETM_BMS\JFETM\Box_Cronjob\box\models.py",
> line 17, in <module>
>     class GroupCompany(models.Model):
>   File
> "C:\Users\davin.l.pore\Documents\JFETM_BMS\jfetmbox\venv\lib\site-packages\django\db\models\base.py",
> line 103, in __new__
>     app_config = apps.get_containing_app_config(module)
>   File
> "C:\Users\davin.l.pore\Documents\JFETM_BMS\jfetmbox\venv\lib\site-packages\django\apps\registry.py",
> line 252, in get_containing_app_config
>     self.check_apps_ready()
>   File
> "C:\Users\davin.l.pore\Documents\JFETM_BMS\jfetmbox\venv\lib\site-packages\django\apps\registry.py",
> line 134, in check_apps_ready
>     settings.INSTALLED_APPS
>   File
> "C:\Users\davin.l.pore\Documents\JFETM_BMS\jfetmbox\venv\lib\site-packages\django\conf\__init__.py",
> line 79, in __getattr__
>     self._setup(name)
>   File
> "C:\Users\davin.l.pore\Documents\JFETM_BMS\jfetmbox\venv\lib\site-packages\django\conf\__init__.py",
> line 64, in _setup
>     % (desc, ENVIRONMENT_VARIABLE))
> django.core.exceptions.ImproperlyConfigured: Requested setting
> INSTALLED_APPS, but settings are not configured. You must either
> define the environment variable DJANGO_SETTINGS_MODULE or call
> settings.configure() before accessing settings.
>
> Process finished with exit code 1
> --
> You received this message because you are subscribed to the Google
> Groups "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to django-users+unsubscribe@googlegroups.com
> <mailto:django-users+unsubscribe@googlegroups.com>.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/c7f195d5-7481-43d2-ba87-7a9540286714%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/c7f195d5-7481-43d2-ba87-7a9540286714%40googlegroups.com?utm_medium=email&utm_source=footer>.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/f783924d-00ab-5307-8338-f09b1f35d233%40dewhirst.com.au.

No comments:

Post a Comment