FIxes in imagefield
This commit is contained in:
parent
2f3ee90e26
commit
a741e51a76
2 changed files with 15 additions and 6 deletions
|
|
@ -178,6 +178,13 @@ def start():
|
|||
|
||||
conf=conf.replace("domain_url='http://localhost:5000'", "domain_url='"+domain_url+"'")
|
||||
|
||||
# Question about email
|
||||
|
||||
e_q=input('Email for site: ')
|
||||
|
||||
#if e_q=='':
|
||||
|
||||
|
||||
#domain_url='http://localhost:8080'
|
||||
|
||||
with open(path_settings+'/config.py', 'w') as f:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue