Difference between revisions of "Herder/Development"

From Creative Commons
Jump to: navigation, search
(New page: * Default accounts are created in herder/lib/websetup.py ** admin/foo is the default account * nosetests can be run via ./bin/nosetests (once the entry point is added) * database configura...)
 
Line 1: Line 1:
 +
{{DISPLAYTITLE:Herder Development}}
 +
 
* Default accounts are created in herder/lib/websetup.py
 
* Default accounts are created in herder/lib/websetup.py
 
** admin/foo is the default account
 
** admin/foo is the default account
 
* nosetests can be run via ./bin/nosetests (once the entry point is added)
 
* nosetests can be run via ./bin/nosetests (once the entry point is added)
 
* database configuration is done in development.ini; by default an sqlite databaser, herder.db, is created in the project directory
 
* database configuration is done in development.ini; by default an sqlite databaser, herder.db, is created in the project directory

Revision as of 19:39, 16 April 2008


  • Default accounts are created in herder/lib/websetup.py
    • admin/foo is the default account
  • nosetests can be run via ./bin/nosetests (once the entry point is added)
  • database configuration is done in development.ini; by default an sqlite databaser, herder.db, is created in the project directory