Current Path : /home/numerotech/mcq.numerotech.com/MCQ_APP/ |
Current File : //home/numerotech/mcq.numerotech.com/MCQ_APP/wsgi.py |
from core import app if __name__ == '__main__': app.run(host='0.0.0.0',debug=True,port=5026) # app.run(host='192.168.1.12',debug=True,port=5025)