Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
storykim committed Jul 27, 2015
1 parent 0ab3e8a commit 79920f2
Show file tree
Hide file tree
Showing 21 changed files with 1,074 additions and 761 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ coverage.xml
*.log
migrations/

# node.js / npm
node_modules/
npm-debug.log

# Sphinx documentation
docs/_build/

Expand All @@ -62,3 +66,6 @@ target/

# SQLITE3 Test database
db.*

# Mac OS Env
.DS_Store
3 changes: 0 additions & 3 deletions apps/board/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,3 @@
admin.site.register(Board)
admin.site.register(BoardReport)
admin.site.register(BoardCategory)
admin.site.register(BoardPostIs_read)
admin.site.register(BoardContentVoteAdult)
admin.site.register(BoardContentVotePolitical)
Loading

0 comments on commit 79920f2

Please sign in to comment.