Changes between Initial Version and Version 1 of Ticket #26711


Ignore:
Timestamp:
Jun 5, 2016, 11:20:38 AM (8 years ago)
Author:
Antonis Christofides
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26711 – Description

    initial v1  
    11Start a new project with {{{django-admin startproject}}}, then start a shell with {{{./manage.py shell}}} and execute these commands:
    22
    3 {{{
     3{{{#!python
    44from datetime import datetime
    55import sys
Back to Top