Opened 7 years ago

Closed 7 years ago

Last modified 6 years ago

#28457 closed Cleanup/optimization (fixed)

A new 'Congrats' page for first time Django installs

Reported by: Timothy Allen Owned by: nobody
Component: Core (Other) Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: yes
Easy pickings: no UI/UX: no

Description

Goals:

  • Provide a friendly design using the same themes as the Django Project website.
  • Ensure the developer is using the current version of Django. Many tutorials found through Google are for older versions of Django.
  • Provide links to the current versions of the documentation, introductory polling tutorial, and community.
  • Include the release notes for the current version of Django.
  • Focus on the new Django developer, as many seasoned Django developers will using other methods for starting projects.

django-developers thread

PR

Change History (6)

comment:1 by Tim Graham <timograham@…>, 7 years ago

Resolution: fixed
Status: newclosed

In 5fe9b7b:

Fixed #28457 -- Updated the design of the 'Congrats' page for new Django projects.

Developed by Timothy Allen and Chad Whitman of The Wharton School with
shepherding from Aymeric Augustin and Collin Anderson.

comment:2 by Tim Graham <timograham@…>, 6 years ago

In f6b5cecc:

Refs #28457 -- Updated the colors of the 'Congrats' page for WCAG AA compliance.

comment:3 by Tim Graham <timograham@…>, 6 years ago

In 73241132:

Refs #28457 -- Removed unused .next-step CSS in django/views/templates/default_urlconf.html.

comment:4 by Tim Graham <timograham@…>, 6 years ago

In 1b77eb0:

[2.0.x] Refs #28457 -- Updated the colors of the 'Congrats' page for WCAG AA compliance.

Backport of f6b5cecc71d7d429fc33e6b3f7f4e5112f9251af from master

comment:5 by Tim Graham <timograham@…>, 6 years ago

In 6e2ace8c:

[2.0.x] Refs #28457 -- Removed unused .next-step CSS in django/views/templates/default_urlconf.html.

Backport of 73241132f21356f44d77ae23511b7eb122cfab2b from master

comment:6 by Tim Graham <timograham@…>, 6 years ago

In f52b026:

Refs #28457 -- Tweaked colors/layout of the congrats page for readability.

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