First time here? Check out the FAQ!

Revision history  [back]

startforum does not work

In my test instance, I have running the forum instance created via 0.7.7 but I just tried again with 0.7.9 and it doesn't work.

python manage.py runserver 127.0.0.1 File "manage.py", line 1 import settings # Assumed to be in the same directory. ^ IndentationError: unexpected indent

I compared it to the manage.py file created via 0.7.7 and the following two lines are missing

from django.core.management import execute_manager try:

There appears to be other issues because changing that didn't work either but you might want to fix the problem here. I wonder why the unit tests didn't catch this problem either. I would be happy to retest

startforum does not work

In my test instance, I have running the forum instance created via 0.7.7 but I just tried again with 0.7.9 and it doesn't work.

python manage.py runserver 127.0.0.1 File "manage.py", line 1 import settings # Assumed to be in the same directory. ^ IndentationError: unexpected indent

I compared it to the manage.py file created via 0.7.7 and the following two lines are missing

from django.core.management import execute_manager try:

There appears to be other issues because changing that didn't work either but you might want to fix the problem here. I wonder why the unit tests didn't catch this problem either. I would be happy to retest