Skip to content
This repository was archived by the owner on Jun 29, 2019. It is now read-only.

Commit

Permalink
use https
Browse files Browse the repository at this point in the history
  • Loading branch information
bradmontgomery committed Jun 28, 2019
1 parent dfbef88 commit 26b1cd2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions settings.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
AUTHOR = u'The Memphis Python User Group'
SITENAME = u'MEMpy'
SITEURL = 'http://www.mempy.org'
SITEURL = 'https://www.mempy.org'
DEFAULT_CATEGORY = u'meetings'
GITHUB_URL = 'https://github.com/MemphisPython'
PDF_GENERATOR = False
Expand All @@ -21,25 +21,25 @@
TWITTER_CARDS = True
TWITTER_USERNAME = 'MemphisPython'
SOCIAL = (
('Meetup', 'http://www.meetup.com/memphis-technology-user-groups/'),
('Twitter', 'http://twitter.com/MemphisPython'),
('Facebook', 'http://facebook.com/MemphisPython'),
('Mailing List', 'http://bit.ly/mempy-google-group'),
('Meetup', 'https://www.meetup.com/memphis-technology-user-groups/'),
('Twitter', 'https://twitter.com/MemphisPython'),
('Facebook', 'https://facebook.com/MemphisPython'),
('Mailing List', 'https://bit.ly/mempy-google-group'),
('Email Us', 'mailto:[email protected]'),
)

LINKS = (
('WebWorkers', 'http://memphiswebworkers.com/'),
('WebWorkers', 'https://memphiswebworkers.com/'),
('MemphisPHP', 'https://www.memphisphp.org/'),
('HACKmemphis', 'http://hackmemphis.com/'),
('MTF', 'http://memphistechnology.org'),
('HACKmemphis', 'https://hackmemphis.com/'),
('MTF', 'https://memphistechnology.org'),
('PyTN', 'https://www.pytennessee.org/'),
)
GOOGLE_ANALYTICS = 'UA-46826960-1'

PATH = "content"
PAGE_PATHS = ['pages']
ARTICLE_PATHS = ['memtech', 'meetings', 'announcements',]
ARTICLE_PATHS = ['memtech', 'meetings', 'announcements']
STATIC_PATHS = ["logos"]

# Bootstrap3 theme options
Expand Down

0 comments on commit 26b1cd2

Please sign in to comment.