Changes between Initial Version and Version 1 of Ticket #19438, comment 3
- Timestamp:
- Dec 8, 2012, 1:28:41 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19438, comment 3
initial v1 1 1 Deploying 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. 2 2 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.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. 4 4 5 5 ----