1) Option-1
restart the webserver
#sudo service apache2 restart
2) Option-2
Go to the horizon code and run
#python ./manage.py runserver
It will run another server on separate port, default is 8080 and auto reload every times you made any changes.
restart the webserver
#sudo service apache2 restart
2) Option-2
Go to the horizon code and run
#python ./manage.py runserver
It will run another server on separate port, default is 8080 and auto reload every times you made any changes.
No comments:
Post a Comment