Arena
1.0
A content management system
|
Static Public Attributes | |
string | provider = "DataSource.MySQL.Databases" |
The main data source provider. More... | |
dictionary | parameters |
Parameters to pass to the data source provider. More... | |
string | password = "password!" |
The password to use when connecting to the data source provider. More... | |
|
static |
Parameters to pass to the data source provider.
These parameters will vary, depending upon the data source provider used above. They are passed to the provider when an instance of the class is constructed.
|
static |
The password to use when connecting to the data source provider.
You should change this, since anyone who views the source for arena will know that the value below is the default password value. For the love of all that is holy, do NOT set up your database such that this password is the one used!
|
static |
The main data source provider.
This should be either the name of a class which is derived from ADataSource, or a tuple of strings where the first specifies the name of the Python module in which the data source class may be found and the second specifes the name of the class.
This data source is used to determine the content providers to use for each "channel" requested by the client. Content providers may also make use of this data source, or they may use another.