diff options
| author | 2019-09-15 17:17:56 +0200 | |
|---|---|---|
| committer | 2019-09-15 17:17:56 +0200 | |
| commit | 737f7d148e9107124e6d152ad7748bf81ce81123 (patch) | |
| tree | d1aff269f1c248e85cea522c91564a53c2b8eed1 | |
| parent | Darcula theme, and vanilla hosts. (diff) | |
Remove wiki, add pydis.
Diffstat (limited to '')
| -rw-r--r-- | pydis_site/settings.py | 6 | 
1 files changed, 4 insertions, 2 deletions
| diff --git a/pydis_site/settings.py b/pydis_site/settings.py index cdc4ba25..de142aa1 100644 --- a/pydis_site/settings.py +++ b/pydis_site/settings.py @@ -35,7 +35,6 @@ if DEBUG:          'admin.pythondiscord.local',          'api.pythondiscord.local',          'staff.pythondiscord.local', -        'wiki.pythondiscord.local',      ]      SECRET_KEY = secrets.token_urlsafe(32) @@ -51,7 +50,10 @@ else:              'admin.pythondiscord.com',              'api.pythondiscord.com',              'staff.pythondiscord.com', -            'wiki.pythondiscord.com', +            'pydis.com', +            'api.pydis.com', +            'admin.pydis.com', +            'staff.pydis.com',          ]      )      SECRET_KEY = env('SECRET_KEY') | 
