Loading docs/faq/general.txt +4 −4 Original line number Diff line number Diff line Loading @@ -159,7 +159,7 @@ Django has special conveniences for building "CMS-y" apps, that doesn't mean it's not just as appropriate for building "non-CMS-y" apps (whatever that means!). .. _Drupal: http://drupal.org/ .. _Drupal: https://drupal.org/ How can I download the Django documentation to read it offline? --------------------------------------------------------------- Loading @@ -183,7 +183,7 @@ Where can I find Django developers for hire? Consult our `developers for hire page`_ for a list of Django developers who would be happy to help you. You might also be interested in posting a job to http://djangogigs.com/ . You might also be interested in posting a job to https://djangogigs.com/ . If you want to find Django-capable people in your local area, try https://people.djangoproject.com/ . Loading @@ -198,7 +198,7 @@ software are still a matter of some debate. For example, `APA style`_, would dictate something like:: Django (Version 1.5) [Computer Software]. (2013). Retrieved from http://djangoproject.com. Django (Version 1.5) [Computer Software]. (2013). Retrieved from https://djangoproject.com. However, the only true guide is what your publisher will accept, so get a copy of those guidelines and fill in the gaps as best you can. Loading @@ -208,7 +208,7 @@ Foundation". If you need a publishing location, use "Lawrence, Kansas". If you need a web address, use http://djangoproject.com. If you need a web address, use https://djangoproject.com. If you need a name, just use "Django", without any tagline. Loading docs/howto/deployment/index.txt +1 −1 Original line number Diff line number Diff line Loading @@ -24,4 +24,4 @@ the easiest, fastest, and most stable deployment choice. was written against Django version 1.1 and has not been updated since `mod_python` was first deprecated, then completely removed in Django 1.5. .. _chapter 12 of the django book (second edition): http://djangobook.com/en/2.0/chapter12/ .. _chapter 12 of the django book (second edition): http://djangobook.com/en/2.0/chapter12.html docs/howto/deployment/wsgi/gunicorn.txt +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ There are two ways to use Gunicorn with Django. One is to have Gunicorn treat Django as just another WSGI application. The second is to use Gunicorn's special `integration with Django`_. .. _integration with Django: http://gunicorn.org/run.html#django-manage-py .. _integration with Django: http://docs.gunicorn.org/en/latest/run.html#django-manage-py Installing Gunicorn =================== Loading docs/howto/deployment/wsgi/uwsgi.txt +3 −3 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ command. For example: # Or install LTS (long term support). $ sudo pip install http://projects.unbit.it/downloads/uwsgi-lts.tar.gz .. _installation procedures: http://projects.unbit.it/uwsgi/wiki/Install .. _installation procedures: http://uwsgi-docs.readthedocs.org/en/latest/Install.html .. warning:: Loading @@ -58,7 +58,7 @@ Configuring and starting the uWSGI server for Django uWSGI supports multiple ways to configure the process. See uWSGI's `configuration documentation`_ and `examples`_ .. _configuration documentation: http://projects.unbit.it/uwsgi/wiki/Doc .. _configuration documentation: https://uwsgi.readthedocs.org/en/latest/Configuration.html .. _examples: http://projects.unbit.it/uwsgi/wiki/Example Here's an example command to start a uWSGI server:: Loading Loading @@ -111,4 +111,4 @@ Example ini configuration file usage:: See the uWSGI docs on `managing the uWSGI process`_ for information on starting, stopping and reloading the uWSGI workers. .. _managing the uWSGI process: http://projects.unbit.it/uwsgi/wiki/Management .. _managing the uWSGI process: http://uwsgi-docs.readthedocs.org/en/latest/Management.html docs/howto/jython.txt +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ such as `Apache Tomcat`_. Full JavaEE applications servers such as `GlassFish`_ or `JBoss`_ are also OK, if you need the extra features they include. .. _`Apache Tomcat`: http://tomcat.apache.org/ .. _GlassFish: http://glassfish.java.net/ .. _GlassFish: https://glassfish.java.net/ .. _JBoss: http://www.jboss.org/ Installing Django Loading Loading
docs/faq/general.txt +4 −4 Original line number Diff line number Diff line Loading @@ -159,7 +159,7 @@ Django has special conveniences for building "CMS-y" apps, that doesn't mean it's not just as appropriate for building "non-CMS-y" apps (whatever that means!). .. _Drupal: http://drupal.org/ .. _Drupal: https://drupal.org/ How can I download the Django documentation to read it offline? --------------------------------------------------------------- Loading @@ -183,7 +183,7 @@ Where can I find Django developers for hire? Consult our `developers for hire page`_ for a list of Django developers who would be happy to help you. You might also be interested in posting a job to http://djangogigs.com/ . You might also be interested in posting a job to https://djangogigs.com/ . If you want to find Django-capable people in your local area, try https://people.djangoproject.com/ . Loading @@ -198,7 +198,7 @@ software are still a matter of some debate. For example, `APA style`_, would dictate something like:: Django (Version 1.5) [Computer Software]. (2013). Retrieved from http://djangoproject.com. Django (Version 1.5) [Computer Software]. (2013). Retrieved from https://djangoproject.com. However, the only true guide is what your publisher will accept, so get a copy of those guidelines and fill in the gaps as best you can. Loading @@ -208,7 +208,7 @@ Foundation". If you need a publishing location, use "Lawrence, Kansas". If you need a web address, use http://djangoproject.com. If you need a web address, use https://djangoproject.com. If you need a name, just use "Django", without any tagline. Loading
docs/howto/deployment/index.txt +1 −1 Original line number Diff line number Diff line Loading @@ -24,4 +24,4 @@ the easiest, fastest, and most stable deployment choice. was written against Django version 1.1 and has not been updated since `mod_python` was first deprecated, then completely removed in Django 1.5. .. _chapter 12 of the django book (second edition): http://djangobook.com/en/2.0/chapter12/ .. _chapter 12 of the django book (second edition): http://djangobook.com/en/2.0/chapter12.html
docs/howto/deployment/wsgi/gunicorn.txt +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ There are two ways to use Gunicorn with Django. One is to have Gunicorn treat Django as just another WSGI application. The second is to use Gunicorn's special `integration with Django`_. .. _integration with Django: http://gunicorn.org/run.html#django-manage-py .. _integration with Django: http://docs.gunicorn.org/en/latest/run.html#django-manage-py Installing Gunicorn =================== Loading
docs/howto/deployment/wsgi/uwsgi.txt +3 −3 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ command. For example: # Or install LTS (long term support). $ sudo pip install http://projects.unbit.it/downloads/uwsgi-lts.tar.gz .. _installation procedures: http://projects.unbit.it/uwsgi/wiki/Install .. _installation procedures: http://uwsgi-docs.readthedocs.org/en/latest/Install.html .. warning:: Loading @@ -58,7 +58,7 @@ Configuring and starting the uWSGI server for Django uWSGI supports multiple ways to configure the process. See uWSGI's `configuration documentation`_ and `examples`_ .. _configuration documentation: http://projects.unbit.it/uwsgi/wiki/Doc .. _configuration documentation: https://uwsgi.readthedocs.org/en/latest/Configuration.html .. _examples: http://projects.unbit.it/uwsgi/wiki/Example Here's an example command to start a uWSGI server:: Loading Loading @@ -111,4 +111,4 @@ Example ini configuration file usage:: See the uWSGI docs on `managing the uWSGI process`_ for information on starting, stopping and reloading the uWSGI workers. .. _managing the uWSGI process: http://projects.unbit.it/uwsgi/wiki/Management .. _managing the uWSGI process: http://uwsgi-docs.readthedocs.org/en/latest/Management.html
docs/howto/jython.txt +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ such as `Apache Tomcat`_. Full JavaEE applications servers such as `GlassFish`_ or `JBoss`_ are also OK, if you need the extra features they include. .. _`Apache Tomcat`: http://tomcat.apache.org/ .. _GlassFish: http://glassfish.java.net/ .. _GlassFish: https://glassfish.java.net/ .. _JBoss: http://www.jboss.org/ Installing Django Loading