Files @ ab300f858903
Branch filter:

Location: majic-django-templates/.gitignore

branko
MDT-1: Use better pathfinding for development environment when locating the sqlite3 database. Set a saner default for redirect after login (redirect to 'index' view, whatever it may be).
# Ignore temporary files from editors and Python.
*.pyc
*~
.#*

# Ignore build files.
docs/_build

# Ignore local tmp directory.
tmp/

# Ignore the file with credentials.
credentials.py