KC-software-en / QuizMe

A Django website for a Magazine providing quizzes for Education, Entertainment and General knowledge. It is Dockerised, hosted on AWS and uses an API.
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

error when doing runserver originates in user_auth #10

Closed KC-software-en closed 5 months ago

KC-software-en commented 5 months ago

File "C:\Users\kisha\Dropbox\Grad program collaborative project\QuizMe\user_auth\urls.py", line 9, in path('authenticate_user/', views.authenticate_user, AttributeError: module 'user_auth.views' has no attribute 'authenticate_user'

I see it's not in your views.py. Not sure if you meant to delete it?

Deandre1dev commented 5 months ago

I will look into it.

Deandre1dev commented 5 months ago

I have updated my branch so it should work now.

Deandre1dev commented 5 months ago

I have made the required changes.