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 15 years ago, asked 15 years ago

Comments

see more comments

2 Answers

1

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

Hexhead's avatar
93
Hexhead
answered 15 years ago
link

Comments

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 15 years ago, answered 15 years ago
link

Comments

see more comments