Skip to content

Instantly share code, notes, and snippets.

View AbnerZheng's full-sized avatar
🎯
Focusing

Abner Zheng AbnerZheng

🎯
Focusing
View GitHub Profile
@AbnerZheng
AbnerZheng / chosen.css
Last active August 29, 2015 14:17 — forked from whuhacker/chosen.css
.chosen {
width: 220px;
}
.chosen-mini {
width: 70px;
}
.chosen-small {
width: 100px;
}
.chosen-medium {
@AbnerZheng
AbnerZheng / DjangoBookDemo_DjangoBookDemo_settings.py
Created January 28, 2015 03:04
按照Django book的例子一步步实践的程序
"""
Django settings for DjangoBookDemo project.
For more information on this file, see
https://docs.djangoproject.com/en/1.7/topics/settings/
For the full list of settings and their values, see
https://docs.djangoproject.com/en/1.7/ref/settings/
"""