Changes between Initial Version and Version 1 of Ticket #19438, comment 3


Ignore:
Timestamp:
Dec 8, 2012, 1:28:41 PM (12 years ago)
Author:
Aymeric Augustin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19438, comment 3

    initial v1  
    11Deploying Django is more complicated than PHP's "just upload your files in `DocumentRoot` with FTP" scheme. But this complexity stems mostly from its power — it's a ''high-level'' framework. We try to make the learning curve as smooth as possible without compromising on best practices.
    22
    3 Yes, it takes 15 minutes to understand ``staticfiles``: one needs to read [https://docs.djangoproject.com/en/dev/howto/static-files/#basic-usage one page of documentation] carefully and type a few commands. These 15 minutes are an excellent investment and that's why the docs recommend that everyone learns ``staticfiles`` — especially beginners.
     3Yes, it takes 15 minutes to understand `staticfiles`: one needs to read [https://docs.djangoproject.com/en/dev/howto/static-files/#basic-usage one page of documentation] carefully and type a few commands. These 15 minutes are an excellent investment and that's why the docs recommend that everyone learns ``staticfiles`` — especially beginners.
    44
    55----
Back to Top