index
:
django-shorturls
add-1.8-to-travis
extract-shortener-to-class
master
A URL shortening app for Django.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shorturls
/
testsettings.py
blob: 5ce99dae2093419af4208917c205852c0d678281 (
plain
)
1
2
3
DATABASE_ENGINE
=
'sqlite3'
DATABASE_NAME
=
'/tmp/shorturls.db'
INSTALLED_APPS
=
[
'shorturls'
]