Posts by JoselitoJunior • 11 points
2 posts
-
1
votes0
answers55
viewsQ: Recover chained list of.bin file
I am programming in C and I have a code that uses a sequential list of 50 positions to store in each of its spaces the first address of several chained lists, so far so good, the problem is when I…
-
0
votes1
answer201
viewsQ: Django-admin startproject command does not create the Manage.py file
After running the Django-admin startproject command the Manage.py file is not created. I’m using python 2.7.12 I tested with versions of Django-1.4.3 and Django 1.5.1.…