Skip to content

Instantly share code, notes, and snippets.

View sannicko's full-sized avatar

[ɳi¢kֆ] sannicko

View GitHub Profile
@souldeux
souldeux / statechoices.py
Created October 11, 2017 15:41
Pastable List of States & Abbreviations for a Django Choice Field
STATE_CHOICES = [
('AL', 'Alabama'),
('AK', 'Alaska'),
('AZ', 'Arizona'),
('AR', 'Arkansas'),
('CA', 'California'),
('CO', 'Colorado'),
('CT', 'Connecticut'),
('DC', 'Washington D.C.'),
('DE', 'Delaware'),