department-of-veterans-affairs/django-designstandards

Name: django-designstandards

Owner: Department of Veterans Affairs

Description: null

Created: 2015-10-30 04:00:53.0

Updated: 2017-05-04 20:44:41.0

Pushed: 2017-06-26 01:25:01.0

Homepage: null

Size: 3090

Language: HTML

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

django-designstandards

Django base templates that include the joint USDS and 18F US Web Design Standards. The US Web Design Standards are an Open source UI components and visual style guide to create consistency and beautiful user experiences across U.S. federal government websites.

Install

Add to requirements.txt:

-e git+https://github.com/department-of-veterans-affairs/django-designstandards.git#egg=designstandards

Add 'designstandards' to INSTALLED_APPS in settings.

Make your templates extend from the base template in this app:

{% extends "designstandards/base.html" %}

OR include the same JS and CSS files as in (designstandards/templates/designstandards/base.html)[designstandards/templates/designstandards/base.html].


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.