datatracker/ietf/stats
2017-06-01 20:54:42 +00:00
..
management Moved the fetch-meeting-registration script in order to convert it to a management command. 2017-06-01 20:54:42 +00:00
migrations Updated migration numbering to avoid collisions. 2017-05-31 21:36:08 +00:00
__init__.py Actually commit the statistics section. 2016-10-13 15:36:14 +00:00
admin.py Add support for extracting the country line from the author addresses 2017-02-15 18:43:57 +00:00
backfill_data.py Added email address to the MeetingRegistration model, and also to the fields imported from ietf.org/registration/attendees/NN . Changed the bin counting code for attendee-related stats to use names plus email as unique string, rather than only names. 2017-05-31 23:08:23 +00:00
models.py Added email address to the MeetingRegistration model, and also to the fields imported from ietf.org/registration/attendees/NN . Changed the bin counting code for attendee-related stats to use names plus email as unique string, rather than only names. 2017-05-31 23:08:23 +00:00
resources.py Added email address to the MeetingRegistration model, and also to the fields imported from ietf.org/registration/attendees/NN . Changed the bin counting code for attendee-related stats to use names plus email as unique string, rather than only names. 2017-05-31 23:08:23 +00:00
tests.py Changed most instances of 'registrations' to 'attendees' in the meeting statistics code (as that's what the numbers show) 2017-06-01 20:17:16 +00:00
urls.py Add meeting statistics - overview and country/continent across 2017-05-04 15:55:15 +00:00
utils.py Added email address to the MeetingRegistration model, and also to the fields imported from ietf.org/registration/attendees/NN . Changed the bin counting code for attendee-related stats to use names plus email as unique string, rather than only names. 2017-05-31 23:08:23 +00:00
views.py Changed the extension filtering from using a blacklist to a whitelist, to avoid a lot of incorrect types. 2017-06-01 20:19:38 +00:00