Re: Support for MongoDB

2020-03-18 Thread Dhruv Agarwal
I totally agree with you, Django is the best tech in the market and having native support of MongoDB or NoSQL can definitely help the industry to choose Django as there preferable tech stack. Also, it will allow me greater flexibility for developers. On Wed, Mar 18, 2020, 10:52 AM Sanskar Jaiswal

AUTH_USER_MODEL refers to model 'restro_app.CustomUser' that has not been installed

2020-03-26 Thread Dhruv Agarwal
I suppose your problem is that you haven't configured your retro_app So,You first need to add "retro_app" in list of installed_apps in settings.py. Correct me if I understand the issue wrongly. -- You received this message because you are subscribed to the Google Groups "Django developers (Co