close Warning: Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_core.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.

Changes between Version 4 and Version 5 of wade/django


Ignore:
Timestamp:
May 14, 2010, 4:11:15 PM (15 years ago)
Author:
wade
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • wade/django

    v4 v5  
    1919     django-admin.py startproject mysite
    2020     }}}
    21    *
     21   * 啟動 server:
     22     {{{
     23     python manage.py runserver 8000
     24     或是
     25     python manage.py runserver 0.0.0.0:8000
     26     }}}
    2227
    2328