Hi Sir/Madam,
I installed
base_report_to_printer module and work every thing fine in local host. I am able to dected printer connect to my localhost system and I am able to connect my printer directely, also I am able to take print by simply clicking print button. Thanks to
base_report_to_printer module.
But in online I am not able to detect my client connected printers by clicking update printers from CUPS.
Additionaly:
1) I am installed cups in my server.
2) I am also installed cups in my local host server.
Clue:
1) In printing.py, I found
CUPS_HOST = config.get('cups_host''localhost', )
CUPS_PORT = int(config.get('cups_port', 631)) # config.get returns a string
Does I need to change local host from the above code.
Thanks