Re: Setting up environment variable

2019-01-02 Thread Jason
you need to add `DJANGO_SETTINGS_MODULE as an environment variable when setting your run configuration [image: Screen Shot 2019-01-02 at 9.05.01 PM.png] -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop

Re: Setting up environment variable

2019-01-02 Thread Kuber Sodari
Can you screenshot and paste the error shown during running your project? On Wednesday, 2 January 2019 22:30:56 UTC+5:45, Surajeet Das wrote: > > Well , I am really stuck on this setting of environment variable > :'DJANGO_SETTINGS_MODULE' . When I run my project in pycharm , an error is > raised

Setting up environment variable

2019-01-02 Thread Surajeet Das
Well , I am really stuck on this setting of environment variable :'DJANGO_SETTINGS_MODULE' . When I run my project in pycharm , an error is raised showing that the environment variable isn't yet set . So , anyone please help me out on this. In which python file do I set this variable and how do