mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-12-18 14:55:09 +01:00
Deprecate Market and Seat service
This commit is contained in:
@@ -25,8 +25,6 @@ Currently the following services support custom name formats:
|
||||
+-------------+-----------+-------------------------------------+
|
||||
| phpBB3 | Username | ``{character_name}`` |
|
||||
+-------------+-----------+-------------------------------------+
|
||||
| SeAT | Username | ``{character_name}`` |
|
||||
+-------------+-----------+-------------------------------------+
|
||||
| SMF | Username | ``{character_name}`` |
|
||||
+-------------+-----------+-------------------------------------+
|
||||
| Teamspeak 3 | Nickname | ``[{corp_ticker}]{character_name}`` |
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
.. toctree::
|
||||
|
||||
permissions
|
||||
market
|
||||
discord
|
||||
discourse
|
||||
mumble
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
# Alliance Market
|
||||
|
||||
## Deprecation
|
||||
|
||||
Alliance Market relies on the now non-functional XML API.
|
||||
|
||||
Please remove this service data with `python manage.py migrate appname zero` and then remove from your `INSTALLED_APPS` list.
|
||||
@@ -62,7 +62,7 @@ SMF needs a database. Create one:
|
||||
Enter the database information into the `DATABASES['smf']` section of your auth project's settings file.
|
||||
|
||||
### Web Server Configuration
|
||||
Your web server needs to be configured to serve Alliance Market.
|
||||
Your web server needs to be configured to serve SMF.
|
||||
|
||||
A minimal Apache config might look like:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user