Tuesday, December 24, 2013

Re: How to deploy a django project in the web?

Caveat - just found it the hard way - heroku does not support user uploaded files. So, if your project has that you will need to figure out where to host the files. One suggestion given on the heroku site is AWS S3 https://devcenter.heroku.com/articles/s3

V.


On Mon, Dec 23, 2013 at 11:22 PM, C. Kirby <misthop@gmail.com> wrote:
You can read up about deploying django in the deployment section of the docs:

https://docs.djangoproject.com/en/1.6/howto/deployment/


On Friday, December 20, 2013 11:36:58 PM UTC-6, Pablo Diaz wrote:
I've finished my django project but I'm only running it locally. I want to put it on a website

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/68b82be9-d730-4480-a996-8a8d31c368b0%40googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.



--
Simplicity is the ultimate sophistication. - Leonardo da Vinci
Life is really simple, but we insist on making it complicated. - Confucius

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAPiONwn24xNg9hTQ6BeVBuWSa2XpjpC4-dVdEyFePsxem148%3Dg%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment