Santhosh Kumar

Results 19 comments of Santhosh Kumar

How is it related to the problem. the contents of etc/hosts are as below ``` 127.0.0.1 localhost 127.0.0.1 gauranga ```

Thank you for the explnation for it. I will check it

I mean with a black border (not on the image) ![Screenshot_20191229_094736](https://user-images.githubusercontent.com/6462531/71552298-4c8f4800-2a20-11ea-90a5-8d164bd40ae2.png)

> Personally INSTALLED_APPS is one of the things I leave to the dev.py / prod.py what does this mean. So how you do it then

but then its better to have one settings.py and use django-environ and different .env files

@joke2k Thank you. I will use that way what do you mean by > A side effect could be if you try to set ENV=dev in a production environment, which...

thank you, this is what i was looking for > If you want to block movement completely, you could use allowed range attributes, like this: > > ```js > from_min:...

Also can we look the values of dictionary_item_added and dictionary_item_removed

here item = diff["values_changed"][0] print(item) "" print(item.key) should print `admin_fee`