Changes between Version 1 and Version 2 of Ticket #28582
- Timestamp:
- Sep 10, 2017, 9:50:03 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28582 – Description
v1 v2 14 14 * tutorial 02: block bypassing manage.py is not necessary. 15 15 * tutorial 02: the line {{{@python_2_unicode_compatible # only if you need to support Python 2}}} comes a bit out of the blue. How important is this line? 16 * tutorial 02: second time running `python manage.py shell` block is quite long. Maybe split it into multiple blocks and add explanation in between.