I have 2 apps:
friends/apps/loginreg/models.py/User
friends/apps/friends/views.py
I am trying to import the User method into the views.py
file.
These are my imports:
from __future__ import unicode_literals
from .models import Friend
from loginreg.models import User
from django.shortcuts import render, redirect
It continues to give error
no module named loginreg.models