Little fixes for documentation
This commit is contained in:
parent
e5319e6a2d
commit
0c0eed50db
6 changed files with 52 additions and 45 deletions
|
|
@ -1,4 +1,13 @@
|
|||
from settings import config
|
||||
try:
|
||||
from settings import config
|
||||
except:
|
||||
|
||||
class config:
|
||||
|
||||
application_root='/'
|
||||
domain_url='http://localhost/'
|
||||
yes_static=False
|
||||
|
||||
import urllib.parse
|
||||
|
||||
def make_url(path, query_args={}):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue