Skip to content

Instantly share code, notes, and snippets.

@magmax
Created August 15, 2011 07:33

Revisions

  1. magmax revised this gist Aug 15, 2011. 1 changed file with 10 additions and 2 deletions.
    12 changes: 10 additions & 2 deletions gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -1,11 +1,19 @@
    $ django-admin startproject myblog
    $ cd myblog
    $ python manage.py startapp blog
    $ tree
    .
    |-- blog
    | |-- __init__.py
    | |-- models.py
    | |-- tests.py
    | `-- views.py
    |-- __init__.py
    |-- __init__.pyc
    |-- manage.py
    |-- settings.py
    |-- settings.pyc
    `-- urls.py

    0 directories, 4 files
    $
    1 directory, 10 files
    $
  2. magmax created this gist Aug 15, 2011.
    11 changes: 11 additions & 0 deletions gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    $ django-admin startproject myblog
    $ cd myblog
    $ tree
    .
    |-- __init__.py
    |-- manage.py
    |-- settings.py
    `-- urls.py
    0 directories, 4 files
    $