mybuddy/core
Christopher Charbonneau Wells 98963572ba Use form classes to set appropriate field attributes in date/time fields.
Using a custom input element in the template caused issues with default values (e.g. when set by a timer).
2017-09-17 15:48:23 -04:00
..
migrations Add an actual duration field to relevant models. 2017-08-19 16:16:42 -04:00
static_src Implement generic, app-specific "icon" style names over FA. 2017-09-15 12:29:56 -04:00
templates/core Add custom form field settings for datetime/date fields. 2017-09-17 14:54:50 -04:00
templatetags Implement generic, app-specific "icon" style names over FA. 2017-09-15 12:29:56 -04:00
__init__.py Initial commit. 2017-08-11 14:32:02 -04:00
admin.py Add slug field to Child. 2017-08-18 08:12:50 -04:00
forms.py Use form classes to set appropriate field attributes in date/time fields. 2017-09-17 15:48:23 -04:00
models.py Implement generic, app-specific "icon" style names over FA. 2017-09-15 12:29:56 -04:00
urls.py Add a timer edit flow. 2017-09-10 05:11:09 -04:00
utils.py Add a short string duration utility function. 2017-09-13 14:07:51 -04:00
views.py Add a paginator to all list views. 2017-09-10 17:02:57 -04:00