Where are you deploying Django App? How much does it cost for a hobby project

2021-10-03 Thread Avi Mehenwal
Hello! I am building a prototype Django app and would like to deploy it so that people can use it. What would be the most cost-effective and cheapest deployment solution to host a django backend? How much would it cost? Any ideas, help is most welcomed and appretiated -- You received this messa

Re: AttributeError: module 'polls.views' has no attribute 'index'

2021-04-18 Thread Avi Mehenwal
I followed the same tutorial on 17th April 2021 with Python 3.9.2 and Django 3.2 and have exactly the same problems as mentioned above. path('', views.index, name='index'), AttributeError: module 'polls.views' has no attribute 'index' any help on how can I debug this? I am a django noob