First time here? Check out the FAQ!
1

How are settings and rules edited?

Is there a central location for the portal's "business logic"? Rules like, upvotes gain x points, downvotes take away y points, etc. etc.

Is this embedded into the code, or are there configuration files to control at least certain aspects of the system?

Pekka's avatar
590
Pekka
updated 2010-04-23 03:37:32 -0500, asked 2010-04-23 03:37:14 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

2 Answers

1

Any idea what the time frame is on the admin interface?

Hexhead's avatar
93
Hexhead
answered 2010-04-23 09:50:41 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments
1

Those numbers are in the file forum/auth.py. They will be made accessible via the standard django admin interface - it's on todo list. Also there is a number of settings in the settings_local.py.

There are a few settings that I recommend not to change: EMAIL_VALIDATION, USE_EXTERNAL_LEGACY_LOGIN, USE_FB_CONNECT as they won't work as expected.

Evgeny's avatar
13.2k
Evgeny
updated 2010-04-23 06:35:26 -0500, answered 2010-04-23 06:26:46 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments