FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
fullstackpython.com/settings.py at master · ProTechUgo/fullstackpython.com · GitHub
ProTechUgo
/
fullstackpython.com
Public
forked from
mattmakai/fullstackpython.com
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
fullstackpython.com
/
settings.py
Copy path
More file actions
More file actions
Latest commit
History
History
History
24 lines (22 loc) · 766 Bytes
Breadcrumbs
fullstackpython.com
/
settings.py
Copy path
File metadata and controls
24 lines (22 loc) · 766 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# -*- coding: utf-8 -*-
AUTHOR
=
u'Matt Makai'
SITENAME
=
u'Full Stack Python'
SITEURL
=
'https://www.fullstackpython.com'
TIMEZONE
=
'America/New_York'
GITHUB_URL
=
'https://github.com/mattmakai/fullstackpython.com'
PDF_GENERATOR
=
False
DIRECT_TEMPLATES
=
(
'index'
,
'sitemap'
,
'table-of-contents'
,
'email'
,
'blog'
,
'example'
,
'all'
,)
#'pdf-book', 'epub-book')
ARTICLE_SAVE_AS
=
'blog/{slug}.html'
ARTICLE_URL
=
'blog/{slug}.html'
SITEMAP_SAVE_AS
=
'sitemap.xml'
FEED_RSS
=
'feed'
LINKS
=
()
MARKUP
=
(
'rst'
,
'markdown'
,)
SOCIAL
=
(
(
'Email'
,
'mailto:matthew.makai@gmail.com'
),
(
'GitHub'
,
'https://github.com/mattmakai'
),
(
'Twitter'
,
'http://twitter.com/mattmakai'
),
)
PROJECTS
=
()
JINJA_EXTENSIONS
=
([
'jinja2.ext.autoescape'
,])
Back
|
FazBrowse Home
|
New Git URL