Forums

Can't log in https://www.pythonanywhere.com/login/?next=/admin/

"The user name or password is incorrect. Please try again."

python3.4 django 1.11.0 Beginner: Free

Virtualenv: /home/KatyaLima/my-first-blog/myvenv/

/var/www/katyalima_pythonanywhere_com_wsgi.py:

import os

import sys

path = os.path.expanduser('~/my-first-blog') if path not in sys.path: sys.path.append(path)

os.environ['DJANGO_SETTINGS_MODULE'] = 'mysite.settings'

from django.core.wsgi import get_wsgi_application from django.contrib.staticfiles.handlers import StaticFilesHandler application = StaticFilesHandler(get_wsgi_application())

That's our admin. Of course you're not authorised to log in to it. Log in to the admin url that you've configured for your own site.

I'm running into the problem. Username and passwords work fine on local server (Windows PC), but it doesn't work on pythonanywhere live site. any help?

Are you going to the URL https://www.pythonanywhere.com/admin or to http://deepyes02.pythonanywhere.com/admin/?

I have the same problem. I am trying to access to Django admin panel via URL http://ptahhha.pythonanywhere.com/admin , but for some reason my Username and Password are incorect. It seems like i am creating superuser in console, because when i am trying to create another superuser with the same Username, it gives me an error `

Error: That username is already taken.

So, what might be the problem?

Well- can you try to create a superuser with a different username?

Still the same error

Are you sure that your command-line and the web app are connecting to the same database? If you're using sqlite, have a look here: http://help.pythonanywhere.com/pages/NoSuchFileOrDirectory/

Dear sir,

I have paid Rs.455 towards phython beginners course. But I could not able to take the tutorial. I have paid the amount today but no receipt number found.

My email id is msatyanarayanabhat@gmail.com

I think you might be confusing us with some other organisation; we don't provide a Python beginners course, and you haven't paid us anything.