Skip to content

Commit

Permalink
Merge branch 'master' of github.com:diogobaeder/djangotranslationtest
Browse files Browse the repository at this point in the history
  • Loading branch information
diogobaeder committed Apr 7, 2013
2 parents 4a9b48b + ca352fb commit 9662f14
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .gitignore
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,35 @@
*.py[cod]

# C extensions
*.so

# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64

# Installer logs
pip-log.txt

# Unit test / coverage reports
.coverage
.tox
nosetests.xml

# Translations
*.mo

# Mr Developer
.mr.developer.cfg
.project
.pydevproject
4 changes: 4 additions & 0 deletions README.md
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,4 @@
djangotranslationtest
=====================

Teste com translation de app_name com Django e grappelli

0 comments on commit 9662f14

Please sign in to comment.