Re: 502 Bad Gateway nginx/1.14.0 (Ubuntu)

2020-04-13 Thread Soham Navadiya
You forgot one step after enabling ufw. You have to execute sudo ufw allow ssh. Currently you can't login via ssh bcoz ufw not allowing you. On Mon, Apr 13, 2020, 18:39 Jagtar Singh Lakhyan wrote: > Im working from terminal but on enabling ufw, server wasn't logging in > from terminal and i ha

Django upgradation 1.7. to 1.9.12

2017-01-30 Thread Soham Navadiya
I upgraded django 1.7 to 1.9.12. I have seen in django >1.9 doc that they removed from django.conf.urls import patterns. Still after upgrading the django It is not showing any error on, urlpatterns = patterns() So how can I check that django upgradations was successfully done or not. -- You r