Sunday, March 26, 2017

Re: Django Produces Python?

If you want managed hosting, all you have to do is ask if they can host django.

You normally install django in a virtualenvironment - so as long as they allow virtual environments you are probably good to go. Most managed servers that can install python work with Django - Django is a pretty well known framework.

If you are not leaning towards a managed environment all you need is a linux installation on the server - it's easiest to install on linux, but can be done in windows as well.

Regards,

Andréas

2017-03-26 17:23 GMT+02:00 Ed Sutherland <ed@tburgnews.com>:
I now understand the purpose and worth of Django. What, then, are the questions I need to ask potential hosts? I'm leaning toward Linode, but would also like affordable managed hosting.





---- On Sun, 26 Mar 2017 04:16:52 -0400 Lachlan Musicman<datakid@gmail.com> wrote ----

If you take James' answer and expand it a little, take a look at a Python micro-framework like Pylons http://pylonsproject.org/

It's smaller than Django and is a useful tool for a different type of website.

For instance take Authentication and Authorization - logins. Not every site needs one. Django has it by default. If you don't need it, maybe Pylons is a better fit.

But be aware - when you have to actually write some code that makes user accounts and logins happen in Pylons, that's when you will discover that Django's "batteries included" philosophy really works for some style of projects.

cheers
L.

------
The most dangerous phrase in the language is, "We've always done it this way."

- Grace Hopper

On 26 March 2017 at 15:52, James Bennett <ubernostrum@gmail.com> wrote:
Python is a programming language. You can use it to write many types of programs. For example, you can use it to write web applications (which run on a web server, respond to HTTP requests, store their data in a database, render HTML templates for output, etc.). But doing this from scratch would require you to write many modules of Python code yourself, in order to handle all the common and necessary parts of a typical web application.

Django provides those things for you, already written, so that you do not need to write them yourself. Instead, you can write only the things which are truly unique to your specific application, and let already-written modules from Django handle the rest.

--
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 https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAL13Cg9n4Mk6W2QEG51yoY5cXn1tQ_N9ORhvv3k7GGCdW2Ob3A%40mail.gmail.com.

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

--
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 https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAGBeqiO9QJ9N9%3DCj%2BsEnCsEn%2B02nwindxbzoYaxTY%2BV16vp%2BPQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

--
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 https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/15b0b36f07b.1074fa8d511956.6981836782800680358%40tburgnews.com.
For more options, visit https://groups.google.com/d/optout.

--
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 https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAK4qSCdrWZnXisEdxfy6sH-1wjo9VVPjuBu2mnezUrd_eWMKQQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment