mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
Rework of the API import routines, now more task based
This is step one of cleaning up the eve_api application and replacing the working core with a more stable, celery based import queue. In addition we've added the ability to import a character just based on character ID, this should allow for populated corporate CEO positions on corps.
This commit is contained in:
@@ -15,8 +15,10 @@
|
||||
<li>Race: {{ character.get_race_display }}</li>
|
||||
<li>Gender: {{ character.get_gender_display }}</li>
|
||||
<li>Corporation: {{ character.corporation.name }}</li>
|
||||
<li>Joined Corporation: {{ character.corporation_date }}</li>
|
||||
<li>Alliance: {{ character.corporation.alliance.name }}</li>
|
||||
<li>Total SP: {{ character.total_sp|intcomma }}</li>
|
||||
<li>Security Status: {{ character.security_status }}</li>
|
||||
<li>Director: {{ character.director }}</li>
|
||||
</ul>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user