mirror of
https://github.com/djohnlewis/stackdump
synced 2025-04-03 00:03:30 +00:00
Question permalinks are now recognised and internally linked.
Fixes #3.
This commit is contained in:
parent
f067353f62
commit
645b24f370
@ -32,7 +32,7 @@ from stackdump import settings
|
|||||||
# STATIC VARIABLES
|
# STATIC VARIABLES
|
||||||
BOTTLE_ROOT = os.path.abspath(os.path.dirname(sys.argv[0]))
|
BOTTLE_ROOT = os.path.abspath(os.path.dirname(sys.argv[0]))
|
||||||
MEDIA_ROOT = os.path.abspath(BOTTLE_ROOT + '/../../media')
|
MEDIA_ROOT = os.path.abspath(BOTTLE_ROOT + '/../../media')
|
||||||
SE_QUESTION_ID_RE = re.compile(r'/questions/(?P<id>\d+)/')
|
SE_QUESTION_ID_RE = re.compile(r'/(questions|q)/(?P<id>\d+)/')
|
||||||
SE_ANSWER_ID_RE = re.compile(r'/a/(?P<id>\d+)/')
|
SE_ANSWER_ID_RE = re.compile(r'/a/(?P<id>\d+)/')
|
||||||
|
|
||||||
# THREAD LOCAL VARIABLES
|
# THREAD LOCAL VARIABLES
|
||||||
|
Loading…
x
Reference in New Issue
Block a user