utkarshohm / mf-platform-bse

Library to build a mutual fund transaction platform using the Bombay Stock Exchange StarMF platform and API
MIT License
79 stars 52 forks source link

getting error #14

Open newExtendedTech opened 1 year ago

newExtendedTech commented 1 year ago

Traceback (most recent call last): File "c:\Users\rudra\Downloads\mf-platform-bse-master(2)\mf-platform-bse-master\web.py", line 24, in from models.users import Info File "c:\Users\rudra\Downloads\mf-platform-bse-master(2)\mf-platform-bse-master\models\users.py", line 5, in class Info(models.Model): File "C:\Users\rudra\AppData\Local\Programs\Python\Python311\Lib\site-packages\django\db\models\base.py", line 127, in new app_config = apps.get_containing_app_config(module) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\rudra\AppData\Local\Programs\Python\Python311\Lib\site-packages\django\apps\registry.py", line 260, in get_containing_app_config self.check_apps_ready() File "C:\Users\rudra\AppData\Local\Programs\Python\Python311\Lib\site-packages\django\apps\registry.py", line 137, in check_apps_ready settings.INSTALLED_APPS File "C:\Users\rudra\AppData\Local\Programs\Python\Python311\Lib\site-packages\django\conf__init.py", line 92, in getattr__ self._setup(name) File "C:\Users\rudra\AppData\Local\Programs\Python\Python311\Lib\site-packages\django\conf__init__.py", line 72, in _setup raise ImproperlyConfigured( 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. PS C:\Users\rudra\Downloads\mf-platform-bse-master(2)\mf-platform-bse-master>