Changes between Initial Version and Version 1 of Ticket #31924, comment 2


Ignore:
Timestamp:
Aug 25, 2020, 8:44:25 AM (4 years ago)
Author:
Zach Waggoner

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31924, comment 2

    initial v1  
    55
    66{{{
    7 web: DJANGO_COLORS=dark python server/manage.py runserver
     7web: DJANGO_COLORS="dark" python server/manage.py runserver
    88}}}
    99
     
    1111
    1212{{{
    13 web: DJANGO_COLORS=dark python server/manage.py runserver --force-color
     13web: DJANGO_COLORS="dark" python server/manage.py runserver --force-color
    1414}}}
    1515
Back to Top