mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
use newsblur_web instead of newsblur as directory name for settings file
This commit is contained in:
parent
eb31ce6bf4
commit
21651e300e
2 changed files with 2 additions and 2 deletions
|
@ -176,7 +176,7 @@ these after the installation below.
|
|||
point, please email the resulting output to Samuel Clay at
|
||||
[samuel@newsblur.com](mailto:samuel@newsblur.com).
|
||||
|
||||
./manage.py runserver --settings=newsblur.settings.py
|
||||
./manage.py runserver --settings=newsblur_web.settings.py
|
||||
|
||||
5. Navigate to:
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ from django.conf import settings
|
|||
|
||||
sys.path.append('/srv/newsblur')
|
||||
|
||||
os.environ['DJANGO_SETTINGS_MODULE'] = 'newsblur.settings'
|
||||
os.environ['DJANGO_SETTINGS_MODULE'] = 'newsblur_web.settings'
|
||||
|
||||
if __name__ == '__main__':
|
||||
doapi = digitalocean.Manager(token=settings.DO_TOKEN_LOG)
|
||||
|
|
Loading…
Add table
Reference in a new issue