7 lines
112 B
Python
7 lines
112 B
Python
#!/usr/bin/env python
|
|
# -*- coding: utf-8 -*- #
|
|
import ./pelicanconf
|
|
|
|
SITEURL = 'localhost:8000'
|
|
print(SITEURL)
|