django-simple-forum icon indicating copy to clipboard operation
django-simple-forum copied to clipboard

Not able to run manage.py file

Open AnkurBegining opened this issue 8 years ago • 1 comments

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.

AnkurBegining avatar Dec 19 '17 08:12 AnkurBegining

I to got the same error try moving the contents of that sandbox outside that folder and make the project structure look like this. image This worked for me, and if you still have problems then try checking the urls.py file inside that test_django_simple_forum folder.

MonarchChakri avatar Jun 29 '18 10:06 MonarchChakri