
painless
Members-
Posts
67 -
Joined
-
Last visited
Everything posted by painless
-
[Solved] Django Ecommerce site showing err 500 on deployment
painless replied to painless's topic in Escalated Requests
forgot to migrate -
[Solved] Django Ecommerce site showing err 500 on deployment
painless replied to painless's topic in Escalated Requests
ok it works another issue doesnt display static files let me investigate further https://store.painlesspvp.ml/Index/api/ -
[Solved] Django Ecommerce site showing err 500 on deployment
painless replied to painless's topic in Escalated Requests
testing... -
[Solved] Django Ecommerce site showing err 500 on deployment
painless replied to painless's topic in Escalated Requests
its called django-allauth not allauth -
[Solved] Django Ecommerce site showing err 500 on deployment
painless replied to painless's topic in Escalated Requests
ok now i can type let me look it up and ill tell u in a sec -
[Solved] Django Ecommerce site showing err 500 on deployment
painless replied to painless's topic in Escalated Requests
update: i believe the redirect loop has been fixed somehow... but new error popped up which I will need to look at the error like krydos provided me [Tue May 05 17:29:00.117293 2020] [wsgi:error] [pid 51141] [client 172.68.141.225:62962] File "/home/painless/public_html/store.painlesspvp.ml/Index/dispatch.wsgi", line 10, in <module> [Tue May 05 17:29:00.064083 2020] [wsgi:error] [pid 51141] [client 172.68.141.225:62962] mod_wsgi (pid=51141): Exception occurred processing WSGI script '/home/painless/public_html/store.painlesspvp.ml/Index/dispatch.wsgi'. -
[Solved] Django Ecommerce site showing err 500 on deployment
painless replied to painless's topic in Escalated Requests
i dont have any .htaccess files that redirect anywhere, just using django's setting SECURE_SSL_REDIRECT = True which i added just now and nothing changed -
[Solved] Django Ecommerce site showing err 500 on deployment
painless replied to painless's topic in Escalated Requests
turns out it isnt cloudflare... if u have or know the solution reply here -
[Solved] Django Ecommerce site showing err 500 on deployment
painless replied to painless's topic in Escalated Requests
issue was caused by cloudflare -
[Solved] Django Ecommerce site showing err 500 on deployment
painless replied to painless's topic in Escalated Requests
ok thank you -
[Solved] Django Ecommerce site showing err 500 on deployment
painless replied to painless's topic in Escalated Requests
the url is: https://store.painlesspvp.ml/Index/ be careful, the url its case sensitive (if its written /index/ then it will display a 404 error, its /Index/) -
Hello, recently ive made a ecommerce site but for some reason when i deploy it on heliohost it throws me to the error 500 page. I have experience deploying django sites to heliohost, but this one has pissed me off. Ofc. i did the stuff that needs to be done, the htaccess file and dispatch.wsgi. On localhost it works fine, maybe a module is missing?
-
[Solved] 2 Modules needed to be installed
painless replied to painless's topic in Escalated Requests
pybrake isnt installed probably because you didnt see it -
[Solved] 2 Modules needed to be installed
painless replied to painless's topic in Escalated Requests
thanks once again -
[Solved] 2 Modules needed to be installed
painless replied to painless's topic in Escalated Requests
oh djangorestframework is already installed nice -
[Solved] 2 Modules needed to be installed
painless replied to painless's topic in Escalated Requests
looks like way more than 2 -
Hi once again, forgot that I havent added a working paypal gateway yet and I need the following installed on tommy: installation guide says pip install -U pybrake django-paypal djangorestframework-jwt cryptography python-jose almost forgot, djangorestframework
-
[Solved] Root Admin Help - Modules Installations needed
painless replied to painless's topic in Escalated Requests
ok thank you -
Hello, I made an e-Commerce system and needs the following modules required on Tommy: defusedxml==0.6.0 django-countries==5.3.3 oauthlib==3.0.1 python-decouple==3.1 python3-openid==3.1.0 requests-oauthlib==1.2.0 stripe==2.27.0 ~~ UPDATE: I need another one which hopefully will be the last one that I require for connecting and executing commands via RCon to a minecraft server. mcrcon=0.6.0 ~~ Turns out that version on PYPI is bugged and I can install it without PIP. Thank you Krydos for helping me alot lately!
-
[Solved] Root Admin Help - Module Installation needed
painless replied to painless's topic in Escalated Requests
ok -
[Solved] Root Admin Help - Module Installation needed
painless replied to painless's topic in Escalated Requests
on tommy -
Hello, once again its me, I need another module called django-widget-tweaks This module prevents me of wasting hours of my life on failure, theres no other way to describe it.
-
[Solved] Root Admin Help - Module Installation needed
painless replied to painless's topic in Escalated Requests
ok thanks -
[Solved] Root Admin Help - Module Installation needed
painless replied to painless's topic in Escalated Requests
https://sentry.io/ -
[Solved] Root Admin Help - Module Installation needed
painless replied to painless's topic in Escalated Requests
hey, u didnt install sentrysdk if u r suspicious sentry is like something that tracks errors reporting them to u so u know if theres something wrong with ur site