First time here? Check out the FAQ!
0

runserver is not working after askbot migration.
 

After runserver

************************
*                      *
*   Askbot self-test   *
*                      *
************************

Please attend to the following:

"askbot.skins.loaders.Loader" must be the first element of TEMPLATE_LOADERS

If necessary, type ^C (Ctrl-C) to stop the program.

I get this but I cannot see anything in my local server.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
asked 11 years ago
This post is a wiki. Anyone with karma >100 is welcome to improve it.

Comments

see more comments

1 Answer

2

It is normal - the message that you've posted actually tells you what to do with the settings.py file.

This is the output of the startup procedure which runs every time in the beginning of compilation of the application code.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
answered 11 years ago
link

Comments

But I cannot see anything in the browser, it says Oops! Google Chrome could not connect to 127.0.0.1:8000

sid99's avatar sid99 (11 years ago)

Nothing can be shown, at least with django if it is not set up correctly. We at least try to tell you on the console what to do. Django will just give a traceback which may be harder to decipher.

Evgeny's avatar Evgeny (11 years ago)

So its hard to debug. My bad !

sid99's avatar sid99 (11 years ago)
see more comments