Started using Celery as a semi-dependency of django-eveuniverse and for future features.
Migrated timerboard to use django-eveuniverse for System and Structure type recognition. The form now accepts non-standard, space-separated input. The backend automatically finds the system name and structure type, if they exist and joins the remaining words into structure name.
In relation to the NewTimer changes, added form validation to hint to user why input is unacceptable.
Various other code cleanup and maintenance things.
Started using
Celery
as a semi-dependency ofdjango-eveuniverse
and for future features.Migrated timerboard to use
django-eveuniverse
for System and Structure type recognition. The form now accepts non-standard, space-separated input. The backend automatically finds the system name and structure type, if they exist and joins the remaining words into structure name.In relation to the NewTimer changes, added form validation to hint to user why input is unacceptable.
Various other code cleanup and maintenance things.