shamspias / customizable-gpt-chatbot

A dynamic, scalable AI chatbot built with Django REST framework, supporting custom training from PDFs, documents, websites, and YouTube videos. Leveraging OpenAI's GPT-3.5, Pinecone, FAISS, and Celery for seamless integration and performance.
367 stars 80 forks source link

django.core.exceptions.ImproperlyConfigured: AUTH_USER_MODEL refers to model 'users.User' that has not been installed #22

Closed ivan-vilches closed 1 year ago

ivan-vilches commented 1 year ago

running celery i get this: django.core.exceptions.ImproperlyConfigured: AUTH_USER_MODEL refers to model 'users.User' that has not been installed

shamspias commented 1 year ago

Please check the readme.md and new example.env I updated the user model settings

just change users.User to users.CustomUser in your .env