Files @ 3ad753235b83
Branch filter:

Location: majic-django-templates/.gitignore

branko
MDT-3: Renamed existing project template directory so it clearly identifies it belongs to Django 1.8. Replaced the existing project template for Django 1.8 with new, simplified and improved version.
# 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