Irwingeorge

- Total activity 22
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
-
Created How to hide HTML sidebar icons?
I'm trying to work out how to remove the little HTML file icons which appear in the sidebar next to a function which returns an HTML template (in my case, Django support is enabled, but I guess it ... -
Created Can't Browse Site Packages
Since updating PyCharm (not sure which upgrade did this to be honest), I'm unable to browse the site-packages in my virtualenv.I have a remote python interpreter setup, which is working 100%, but i... -
Created How to permanently accept SSH Host?
I've setup an SFTP connection under the Deployment settings, but every time I try to upload a file, I get the dialog asking whether I want to accept the connection.... How can I get Pycharm to perm... -
Created Bug When Testing SFTP Connection
When adding a new Deployment server, I click "Test Connection" and I get two windows as shown in the screen grab. Both windows seem to try and prevent clicks outside them, with the consequence that... -
Created Need help syncing files with a remote development server
I have a local server on which I run Vagrant boxes to run my various Django/Python environments. I access the web servers on the Vagrant boxes via a LAN IP address. I work on the code on whichever ... -
Created Stop Tabs Moving
I tend to have a lot of editor tabs open and I like to be able to keep them in rows and also keep track of them.However, PyCharm seems to always bring the active tab's row to the lowest position (i... -
Created PyCharm Not Detecting Installed Apps in Django
Whenever I add third-party django apps to my virtualenv, PyCharm does not "detect" them. The app is installed using requirements.txt and pip, is in my installed apps in settings.py and the app func... -
Created How to Connect to Vagrant DB
I have successfully setup a working PyCharm/Vagrant/Django environment on Mac OSX. However, I've got stuck on how best to connect to the Postgresql database on the Vagrant machine for my Django pro...