-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
runserver.py is stuck #7
Comments
@DanSantoDomingo did you fix it? I am facing the same. |
The same here but it's not stuck it's just don't print anything try to add print('starting server...') In runserver.py file before the if condition now you can see that it prints then go to the nginx folder and run the command nginx.exe finally open your browser and enter your ip address it will work |
I advise you to move to docker because IIS never supports Django I think. After 3 days I moved to docker. |
@vishal-brahmbhatt Docker is clearly a clean solution, but IIS does support Django if you read #15 and use the right alternative. |
After I run runserver.py it didnt print any message
The text was updated successfully, but these errors were encountered: