Forums

Something went wrong :-(

Something went wrong while trying to load this website; please try again later.

If it is your site, you should check your logs to determine what the problem is.

There was an error loading your PythonAnywhere-hosted site. There may be a bug in your code.

Error code: Unhandled Exception

Debugging tips The first place to look is at your web app page to ensure that there are no errors indicated there. Next, check your site's server and error logs for any messages — you can view them here: murat241120.pythonanywhere.com.error.log murat241120.pythonanywhere.com.server.log You can find helpful tips on the PythonAnywhere help site: There's an ImportError in the logs "403 Forbidden" error or "Connection Refused" error in logs Database connection errors There are many more helpful guides on our Help pages If you get completely stuck, then drop us a line at liveusercare@pythonanywhere.com, in the forums, or using the "Send feedback" link on the site, with the relevant lines from your logs.

please help me :(

Hi, do you see anything in your logs?

Error running WSGI application 2023-06-04 15:28:24,438: ModuleNotFoundError: No module named 'crispy_forms' 2023-06-04 15:28:24,438: File "/var/www/murat241120_pythonanywhere_com_wsgi.py", line 61, in <module> 2023-06-04 15:28:24,438: application = get_wsgi_application() 2023-06-04 15:28:24,438: 2023-06-04 15:28:24,438: File "/home/murat241120/.virtualenvs/neosyapi-virtualenv/lib/python3.8/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application 2023-06-04 15:28:24,439: django.setup(set_prefix=False) 2023-06-04 15:28:24,439: 2023-06-04 15:28:24,439: File "/home/murat241120/.virtualenvs/neosyapi-virtualenv/lib/python3.8/site-packages/django/init.py", line 24, in setup 2023-06-04 15:28:24,439: apps.populate(settings.INSTALLED_APPS) 2023-06-04 15:28:24,439: 2023-06-04 15:28:24,439: File "/home/murat241120/.virtualenvs/neosyapi-virtualenv/lib/python3.8/site-packages/django/apps/registry.py", line 91, in populate 2023-06-04 15:28:24,439: app_config = AppConfig.create(entry) 2023-06-04 15:28:24,439: 2023-06-04 15:28:24,439: File "/home/murat241120/.virtualenvs/neosyapi-virtualenv/lib/python3.8/site-packages/django/apps/config.py", line 193, in create 2023-06-04 15:28:24,439: import_module(entry) 2023-06-04 15:28:24,439: ******* 2023-06-04 15:28:24,439: If you're seeing an import error and don't know why, 2023-06-04 15:28:24,439: we have a dedicated help page to help you debug: 2023-06-04 15:28:24,440: https://help.pythonanywhere.com/pages/DebuggingImportError/ 2023-06-04 15:28:24,440: *******

sorry i'm new to django

sorry i forgot to install crispy_forms via bash. i installed it now and my problem is solved

Great, glad that worked!

hello i just followed all the process of uploading django project but when i clock on my project link the page shows something went wrong while trying to load this website please try again later if it is your site you should check your logs what should i do now

What errors do you see in your logs? (link to logs are available on the "Web" page on PythonAnywhere).