Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#25994 closed Uncategorized (duplicate)

Update django-admin default options example

Reported by: Zach Borboa Owned by: nobody
Component: Documentation Version: 1.9
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Zach Borboa)

sqlall command no longer exists. --no-color example:

django-admin sqlall --no-color

https://docs.djangoproject.com/en/dev/ref/django-admin/#django-admin-option---no-color

Change History (3)

comment:1 by Zach Borboa, 9 years ago

Description: modified (diff)

comment:2 by Tim Graham, 9 years ago

Resolution: duplicate
Status: newclosed

Duplicate of #25965 (this should be fixed as of a couple days ago, are you really still seeing sqlall there?)

comment:3 by Zach Borboa, 9 years ago

Now shows runserver example. Thanks

Note: See TracTickets for help on using tickets.
Back to Top