Changes between Initial Version and Version 1 of Ticket #26711
- Timestamp:
- Jun 5, 2016, 11:20:38 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26711 – Description
initial v1 1 1 Start a new project with {{{django-admin startproject}}}, then start a shell with {{{./manage.py shell}}} and execute these commands: 2 2 3 {{{ 3 {{{#!python 4 4 from datetime import datetime 5 5 import sys