- Timestamp:
- May 18, 2014, 5:42:14 PM (11 years ago)
- Branches:
- master, client
- Children:
- 9369254, 2516e60
- Parents:
- f301a50
- git-author:
- Alex Dehnert <adehnert@…> (05/18/14 17:42:14)
- git-committer:
- Alex Dehnert <adehnert@…> (05/18/14 17:42:14)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
INSTALL
r501e0d7 rf5bebab 7 7 * Database configuration 8 8 * SERVER_EMAIL 9 * SITE_URL_BASE -- for dev installs, probably "http://localhost:8006" or similar 10 * For dev installs, you'll probably want DEBUG=True 9 11 * Any other settings you want 10 12 3. Create local_settings_after.py (possibly empty) 11 4. Run "./manage.py syncdb ;./manage.py migrate" to set up the database13 4. Run "./manage.py syncdb && ./manage.py migrate" to set up the database 12 14 5. Run "./util/setup.py" to install the basic accounts (Assets, Expenses, Income, plus some common GLs) 13 15 6. Run "./util/add_accounts" to add new accounts
Note: See TracChangeset
for help on using the changeset viewer.