Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.
/ Expenses Public archive
forked from cstoafer/Expenses

keep track of costs for roommates

Notifications You must be signed in to change notification settings

jsmoxon/Expenses

 
 

Repository files navigation

dependencies:

django-registration
django-profiles
south

in the main directory (here), create a constants.py file:::


DOMAIN = 'localhost:8000'
ADMIN_UN = <admin un>
ADMIN_UE = <email>
ADMIN_PW = <pw>
DB_ENGINE = 'sqlite3' # mysql
DB_NAME = 'Expenses.db'
DB_USER = ''
DB_PASSWORD = ''
DB_HOST = localhost
DB_PORT =  3306
EMAIL_HOST = 'smtp.gmail.com'
EMAIL_PORT =  587
EMAIL_HOST_USER = <un> 
EMAIL_HOST_PASSWORD = <pw> 
EMAIL_USE_TLS = True

About

keep track of costs for roommates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published