refresh_events is now called before page generation
This commit is contained in:
parent
ec8d4b9af8
commit
cd6b4d3d50
@ -21,3 +21,6 @@ DELETE_OUTPUT_DIRECTORY = True
|
|||||||
# DISQUS_SITENAME = ""
|
# DISQUS_SITENAME = ""
|
||||||
# GOOGLE_ANALYTICS = ""
|
# GOOGLE_ANALYTICS = ""
|
||||||
|
|
||||||
|
# get event list from calendar(s)
|
||||||
|
sys.path.append(os.curdir + "/utils")
|
||||||
|
import refresh_events
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user