6 lines
95 B
Python
6 lines
95 B
Python
#!/usr/bin/env python
|
|
# -*- coding: utf-8 -*- #
|
|
import pelicanconf
|
|
|
|
SITEURL = 'localhost:8000'
|