- Jun 29, 2015
-
-
Marko Samastur authored
-
Marko Samastur authored
Resolved conflicts: django/website/hid/tables.py
-
Mark Skipper authored
-
Mark Skipper authored
-
Mark Skipper authored
Was getting: ~/workspace/internewshid/django/website➔ ./manage.py --version /home/marks/workspace/internewshid/django/website/data_layer/models.py:11: RemovedInDjango19Warning: Model class data_layer.models.Message doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9. class Message(DataLayerModel): /home/marks/workspace/internewshid/django/website/data_layer/models.py:11: RemovedInDjango19Warning: Model class data_layer.models.Message doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9. class Message(DataLayerModel): 1.8.2 'transport' app imports 'data_layer' so changed their order in LOCAL_APPS
-
- Jun 28, 2015
-
-
Marko Samastur authored
-
Marko Samastur authored
-
- Jun 26, 2015
-
-
Marko Samastur authored
-
Mark Skipper authored
-
- Jun 25, 2015
-
-
Martin Burchell authored
-
Marko Samastur authored
Conflicts: django/website/hid/views.py django/website/media/css/styles.css django/website/templates/base.html django/website/templates/registration/login.html
-
Martin Burchell authored
-
Martin Burchell authored
Still need to handle row numbers correctly
-
Martin Burchell authored
-
Martin Burchell authored
-
Martin Burchell authored
Includes a hacky fix to skip ignored values and a temporary hardcoding of the sheet profile.
-
Mark Skipper authored
-
- Jun 24, 2015
-
-
Mark Skipper authored
normalize_row doesn't really need to dealw ith None and theres a slightly more elegant way to calculate row numbers
-
- Jun 23, 2015
-
-
Mark Skipper authored
-
Mark Skipper authored
-
Mark Skipper authored
-
Martin Burchell authored
-
Martin Burchell authored
-
Mark Skipper authored
According to http://getbootstrap.com/css/#grid-intro the proper way to get a full page layout is to use container-fluid but a normal row, which has negative margin to undo the padding. It's all very confusing; but this feels better than my first effort.
-
- Jun 22, 2015
-
-
Mark Skipper authored
-
Mark Skipper authored
-
Mark Skipper authored
The container-fluid div appears to be superfluous in Bootstrap 3.1+ so I have removed it, and with it goes the 15px margin.
-
Mark Skipper authored
-
Martin Burchell authored
Google CSV to XLSX conversion results in dates being stored as date objects rather than strings, so we need to cope with these
-
Martin Burchell authored
Conflicts: django/website/templates/base.html
-
Martin Burchell authored
-
- Jun 21, 2015
-
-
Mark Skipper authored
-
Mark Skipper authored
-
- Jun 19, 2015
-
-
Mark Skipper authored
-
Mark Skipper authored
-
Mark Skipper authored
Because not all sources might offer one
-
Mark Skipper authored
-
Mark Skipper authored
-
Mark Skipper authored
-