Omid Shojaee
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Created Activate Virtual Environment in Terminal
Hello, PyCharm used to automatically activate the virtual environment when opening the terminal window, but not anymore and I have to activate it manually! This is a fresh install of 2021.2.1. -
Edited Android Studio Cannot Start Internal HTTP Server
AnsweredHello, Just finished installing Android Studio 4.2 on fresh Windows 10 machine. I start the application for the first time and I receive this error: and also this one: So I check the firewall and... -
Created PyCharm keeps reloading the Django project as I type - very annoying
Hello, How to reproduce: 1) Open Django project 2) Press "Shift+F10" to run 3) Start editing a ".py" file such as "views.py" 4) In the Run window you'll see errors after errors as you type. It's be... -
Edited How to initiate a Django project?
Hello, How to run "django-admin startproject" command without opening the terminal window? I'm expecting to be able to do that without terminal.