Changes between Initial Version and Version 1 of Ticket #34028, comment 8


Ignore:
Timestamp:
Nov 29, 2022, 7:32:08 AM (18 months ago)
Author:
David Sanders

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34028, comment 8

    initial v1  
    2727
    2828{{{
    29 sample-project % dj runserver
     29sample-project % ./manage.py runserver
    3030Watching for file changes with StatReloader
    3131Performing system checks...
     
    3838Quit the server with CONTROL-C.
    3939^C
    40 django-sample % dj runserver --noreload
     40django-sample % ./manage.py runserver --noreload
    4141Performing system checks...
    4242
Back to Top