mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-06 23:26:19 +01:00
Added Signature Tracker
Added a tool to help track various sites and wormholes
This commit is contained in:
@@ -58,6 +58,7 @@ INSTALLED_APPS = (
|
||||
'hrapplications',
|
||||
'timerboard',
|
||||
'srp',
|
||||
'sigtracker',
|
||||
)
|
||||
|
||||
MIDDLEWARE_CLASSES = (
|
||||
|
||||
@@ -165,4 +165,11 @@ urlpatterns = patterns('',
|
||||
|
||||
# FLEET FITTINGS
|
||||
url(r'^fits/$', 'services.views.fleet_fits', name='auth_fleet_fits'),
|
||||
|
||||
# Sig Tracker
|
||||
url(r'^sigtracker/$', 'sigtracker.views.sigtracker_view', name='auth_signiture_view'),
|
||||
url(r'^add_signiture/$', 'sigtracker.views.add_signiture_view', name='auth_add_signiture_view'),
|
||||
url(r'^remove_signiture/(\w+)', 'sigtracker.views.remove_signiture', name='auth_remove_signiture')
|
||||
|
||||
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user