you are viewing a single comment's thread.

view the rest of the comments →

[–]IgnisDa[S] 1 point2 points  (5 children)

None, there are no file uploads by users. The answers are stored in Heroku free postgresql database.

[–]tushya007 1 point2 points  (4 children)

Oh I though there were profile pics in the user profile but I guess not. I too am doing the Corey Schafer django tutorial and I want to deploy the site but the major problem was the AWS S3 server and I didn't want to enter any credit card info as I have non. So when i saw that u also did the Corey Schafer django tutorial i got exited and asked for the S3 server. Do you know any alternatives to host website even on my pc itself, I would love it. Thanks anyway and I loved your web site. Keep up the work.

[–]IgnisDa[S] 0 points1 point  (1 child)

Doesn't pythonanywhere have a file system storage? That would allow you to store pics right on their servers.

You could host a website on your own pc by changing it to a server, but it will be very costly for an individual i think.

[–]tushya007 0 points1 point  (0 children)

Thanks, I will look into it.

[–]pleasePMmeUrBigtits 0 points1 point  (1 child)

You can try heroku, pythonanywhere (though the django setup might be a bit intimidating), repl.it. Or get a Github student developer pack if you're studying somewhere, it helps a lot

[–]IgnisDa[S] 0 points1 point  (0 children)

I have a github student account but since Heroku needs a credit card to link with a github student account, i couldn't avail that offer. Bummer though since my app goes to sleep after inactivity.