Deprecate Market and Seat service

This commit is contained in:
Ariel Rin
2020-02-17 00:04:30 +10:00
parent 564a25e578
commit 30bb6cdfab
32 changed files with 1 additions and 1511 deletions

View File

@@ -4,7 +4,6 @@
.. toctree::
permissions
market
discord
discourse
mumble

View File

@@ -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.

View File

@@ -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: