Click here to Skip to main content
15,892,517 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I'm working on a web project using Django framework and python language, actually I'm learning to use it for web programming.
But I have two problems with Django framework:
First: I'v installed PyCharm and Django framework. When I run my project, "ruserver" process proceeds successfully but instantly an error comes out and stops server. This is the exact phrase: "Error: [Errno 10013] An attempt was made to access a socket in a way forbidden by its access permissions". I have unabled my firewall and my antivirus, but no change happened.
I should mention that I'v tested this project in another computer and it absolutely worked well.
Second: I can't access to databases. I primarily know that I should mention type and other stuff about my database in the file "settings.py" but it didn't work. I don't know why. I'v not worked with databases very much before and I'm kinda new. Can anyone help me with details about it, please?
Posted
Updated 6-May-12 4:49am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900