Navigation Menu

Skip to content

Commit

Permalink
Updating Django gitignore for various reasons
Browse files Browse the repository at this point in the history
Removing:
- static/uploaded/**/* since there is no default
  for upload paths (configurable)
- *.mo because it's a best practice to keep them
  close to the po files and update before release
- *.pyc since that's covered by the Python gitignore file

Adding:
- local_settings.py because it's a best practice
  for Django projects (next to settings.py)
  • Loading branch information
jezdez committed Nov 10, 2010
1 parent 534d7da commit 42d3cf0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Django.gitignore
@@ -1,7 +1,3 @@
#for python/django
*.log
static/uploaded/**/*
*.mo
*.pot
*.pyc

local_settings.py

0 comments on commit 42d3cf0

Please sign in to comment.