Adarnof
5331d194df
Instruct selection of only necessary SSO scopes.
...
Standardize instructions of adding app to settings.
2018-03-02 01:52:16 -05:00
Adarnof
9d9cfebd9e
Specify character set in database to avoid key length errors.
...
Default database setting uncommented.
Addresses #985
2018-02-27 19:56:19 -05:00
Adarnof
ef24bea562
Put missing logout redirect setting back.
...
Not sure what I did with it.
2018-02-22 13:31:50 -05:00
Adarnof
c18efaa33d
Default login scopes to publicData
...
We need a refresh token to monitor character ownership but don't need any scopes explicitly. publicData provides no private information but grants a refresh token.
https://github.com/ccpgames/sso-issues/issues/17
Rumor has it this scope isn't going away with CREST.
adarnauth-esi will automatically create a new scope model when it encounters one it doesn't recognize.
2018-02-22 13:27:47 -05:00
Adarnof
bd5ea38446
Add a warning against editing base.py
...
Beautify local.py by removing big block comments.
Move some settings back to base.py which don't need to be in local.py
2018-02-21 22:32:23 -05:00
Adarnof
396b2e0fb6
Select all esi scopes when registering application
...
Thanks @RacerX330
2018-02-20 12:35:11 -05:00
Adarnof
631bb439a4
Remove celery setting namespace.
...
Somehow it prevents celerybeat tasks from being registered.
Doesn't work with or without the namespace prefix on CELERYBEAT_SCHEDULE
Thanks @warlof
2018-02-12 21:55:19 -05:00
Adarnof
02247b067f
Include INSTALLED_APPS setting
...
Clean up section headers and add a few more.
2018-01-08 10:50:24 -05:00
Basraah
f97c8f2ce4
Fix issue causing queue length query to hang
2018-01-08 18:20:29 +10:00
Adarnof
f871ecb425
Namespace celery settings to correct broker issues
2018-01-07 19:50:34 -05:00
Adarnof
4a425cde78
Set the email from address for SparkPost
...
Thanks @colcrunch
2018-01-07 19:39:27 -05:00
Basraah
f56252b0cc
Fix celery broker url config
2018-01-06 12:16:30 +10:00
Adarnof
1fe9d18a1a
Include confusable_homoglyphs data files.
...
django-registration currently requires confusable_homoglyphs~=2.0 which has problems retrieving these data files. Version 2.3.1 is expected to update the dependency to 3.0 which includes these with the package.
2017-12-15 12:43:31 -05:00
Adarnof
d50a74c7c6
Correct project template celery usage.
2017-12-14 10:20:34 -05:00
Adarnof
98da0723fc
Correct install procedure for gunicorn.
...
Correct docs index links.
2017-12-14 00:24:10 -05:00
mmolitor87
fb4651b11f
Change name of location of gunicorn log. ( #920 )
2017-11-15 13:51:47 -05:00
Adarnof
859c5b3fa1
Determine paths to commands using shutil
...
Change context names to avoid colliding with base command pythonpath option
2017-10-24 12:48:23 -04:00
Adarnof
3f33485ca9
Template supervisor conf.
...
Update docs to reflect simple installation.
Ensure allianceauth celery workers can find config file for development (doesn't work as celeryapp.py).
2017-10-10 00:29:57 -04:00
Adarnof
86e92941df
Move default logging directory.
2017-10-05 14:35:25 -04:00
Adarnof
d43b8cf0e5
Update install docs to reflect new magical commands.
2017-10-05 03:10:27 -04:00
Adarnof
c68574efc3
Create project template for deployment.
2017-10-05 00:33:18 -04:00