Call Overmortal now at 1 (540) 491-0374 or for more information!

Overmortal Technology Blog.

Keep up-to-date on our thoughts on the latest trends in technology, web design and software programming. Our blog posts primarily revolve around emerging technologies, client services and case studies to let you get a better feel for our company.

Follow Overmortal on Twitter.

We're On Twitter Too!.

Follow Us!

    Windows Vista and Django: Permission Denied Error

    We recently upgraded the office to Windows Vista machines and the transition went pretty smoothly. It wasn't until we needed to make some modifications to a few Django projects that we started to run into issues. Namely, while attempting to start the development server for Django (via "manage.py runserver"), the server would seem like it was starting up, but after printing the standard Django output in the command window, it would print out another line giving us "permission denied" and then returning back to the "C" prompt.

    In an attempt to fix this, the first step was to ...