mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-10 13:00:16 +02:00
Add caching and better error handling Move fleetup templates into fleetup app Move fleetup urls into fleetup app Fix button overflow and url Add manager unit tests Fix python3 compatibility
3 lines
90 B
Python
Executable File
3 lines
90 B
Python
Executable File
from __future__ import unicode_literals
|
|
default_app_config = 'fleetup.apps.FleetupConfig'
|