You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
165 B
Python
8 lines
165 B
Python
2 years ago
|
# SPDX-License-Identifier: GPL-3.0
|
||
|
# vim: set sw=4 ts=4 ex
|
||
|
|
||
|
from flask_flatpages import FlatPages
|
||
|
|
||
|
pages = FlatPages(name="pages")
|
||
|
events = FlatPages(name="events")
|