Opened 12 years ago
Closed 12 years ago
#19685 closed Uncategorized (invalid)
Do I need to wrote a CSS code for a website I wrote on Django?
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Uncategorized | Version: | 1.4 |
Severity: | Normal | Keywords: | css |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Does Django has styling codes of its own or do I need to write a CSS code to style the webpages?
Note:
See TracTickets
for help on using tickets.
This isn't a bug or feature request; please see TicketClosingReasons/UseSupportChannels.
Django's core doesn't provide any CSS; however,
django.contrib.admin
does, and some third party apps do too.