Skip to content

Commit

Permalink
added django app to browse the keys
Browse files Browse the repository at this point in the history
  • Loading branch information
diafygi committed Apr 13, 2015
1 parent b6bacd6 commit c72b9be
Show file tree
Hide file tree
Showing 19 changed files with 1,195 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
@@ -1,3 +1,8 @@
djangoapp/db.sqlite3
djangoapp/db.sqlite3-journal
djangoapp/static/
djangoapp/venv/

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down
Empty file added djangoapp/keys/__init__.py
Empty file.

0 comments on commit c72b9be

Please sign in to comment.