-
Notifications
You must be signed in to change notification settings - Fork 0
cstoafer/Expenses
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published