Forums

Problem of uploading a new app

Hi everyone, I am new here. I learned Django for a few months and wrote my first web app. The app works perfectly fine when using local server "manage.py runserver". However, I have a problem when hosting it here.(Unhandled Exception) Also, I have tried for days for using different web hosting services, but still can't host it. Can anyone help me for hosting my first web app :) ? Thanks a lot.

Hi there! Is there anything useful in the error log? (There's a link to that on the "Web" tab.)

One common problem deploying to a live server is a mismatch in the version of Django you're using. Which version did you develop your code for?

Can someone explain how to add a multiple file form to a Django application?

http://koensblog.eu/blog/7/multiple-file-upload-django/

https://github.com/Chive/django-multiupload