Erpnext changes not reflecting

Hello All,
    We have made erpnext setup on a virtual machine.
    we made some changes on local setup, to make those changes live we replaced the code and the database.
    our new added module displays in module def and in config.json and yesterday created records are also reflected.
    The background image and the module name label changes are not reflected.
    I have clear the web and also rebuild the code.

Thanks and regards,
Gangadhar kadam



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.

On Fri, Jan 17, 2014 at 11:49 AM, gangadhar kadam em...@gmail.com wrote:

Hello All,
We have made erpnext setup on a virtual machine.
we made some changes on local setup, to make those changes live we
replaced the code and the database.
our new added module displays in module def and in config.json and
yesterday created records are also reflected.
The background image and the module name label changes are not
reflected.
I have clear the web and also rebuild the code.

Did you restart the server?

./lib/wnf.py --serve starts the development which automatically
reloads when it detects changes in files. If you are using any other
server (eg, gunicorn), you will have to restart it.

Eg, to reload gunicorn, run killall -HUP gunicorn

Thanks and regards,
Gangadhar kadam

Thanks,


Pratik
erpnext