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

2024-12-06 Thread Abduljelil Zubairu
is your VS Code on auto save On Thursday, December 5, 2024 at 1:02:36 PM UTC+1 Олександр Рябов wrote: > Hello! I'm facing an issue when running my Django project. I get the > following error: > > AttributeError: module 'polls.views' has no attribute 'index' > > I've checked the following: >

Re: ModelChoiceField user filter

2024-12-06 Thread Gabriel Soler
Hi, thanks It is quite similar to what I was doing... I found another approach a lot more straightforward in an older post: """ def event_add_view(request): """ add an event, it needs to set occurrences to appear in the calendar""" if request.method !='POST': form = EventForm() form.fields["room_

Re: Hosting Recommendations?

2024-12-06 Thread Konstantinos Dimitropoulos
Pythonanywhere is also cool Il mer 4 dic 2024, 22:00 Steve Smith ha scritto: > Hello all! > > I'm getting ready to put my project out into the world. I'm researching > hosting options.and have recently somewhat settled on Digital Ocean...I > haven't dug in to start deployment yetbut any

Re: Django project

2024-12-06 Thread Otecina
How can I help you? On Thu, Dec 5, 2024, 4:52 PM Ismail Kabir wrote: > Interested to contribute on your project. > > Ismail kabir > > > On Wed, 4 Dec 2024 at 21:06 Abba Respect wrote: > >> Looking for volunteers to contribute on my project. Mail me in private >> >> -- >> You received this messa

Re: Hosting Recommendations?

2024-12-06 Thread thomas.gayl...@genonline.co.uk
You’ll get a lot of different views on this.I’ve settled on Digital Ocean running Docker after a few iterations. I’m not saying it’s the best way to do it but here are my reasons:It’s fairly cheapIt was easier to set up than I expected. I’ve shied away from Docker in the past for a relatively small

Re: Hosting Recommendations?

2024-12-06 Thread Sebastian Jung
IT IS everytime Same you can get a normal virtual root Server which IS Most time cheap. You get very good Power for Money in Netcup Provider but there you must Setup self Linux, nginx and your Project. Otherwise you can get AWS and similat where you get managed Server but with much Higher cost on

Re: Hosting Recommendations?

2024-12-06 Thread yaamoussa-solution
Herku Le ven. 6 déc. 2024 à 14:20, Konstantinos Dimitropoulos < cdemetropou...@gmail.com> a écrit : > Pythonanywhere is also cool > > Il mer 4 dic 2024, 22:00 Steve Smith ha > scritto: > >> Hello all! >> >> I'm getting ready to put my project out into the world. I'm researching >> hosting optio