Not able to run manage.py file
In the sandbox, and in setting file, there is already 'compressor', 'django_simple_forum', present. Then why in readme.md file it is written for doing it again. As manage.py present in sandbox and when I am going there and trying to run. python manage.py runserver Then is showing me some random error. OSError: [Errno 20] Not a directory: '/home/ankur/anaconda/lib/python2.7/site-packages/django_simple_forum-0.0.5-py2.7.egg/django_simple_forum/migrations'
When i am making virtual environment then also there is problem in running this Django Project.
I to got the same error try moving the contents of that sandbox outside that folder and make the project structure look like this.
This worked for me, and if you still have problems then try checking the urls.py file inside that test_django_simple_forum folder.