Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/filhocf/ideax
Browse files Browse the repository at this point in the history
  • Loading branch information
filhocf committed Apr 5, 2018
2 parents 63d25d4 + 746f7b2 commit 6b96a39
Show file tree
Hide file tree
Showing 20 changed files with 3,156 additions and 133 deletions.
5 changes: 4 additions & 1 deletion ideax/admin.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
from django.contrib import admin
from .models import Idea
from .models import Idea, UserProfile, Popular_Vote, Comment

admin.site.register(Idea)
admin.site.register(UserProfile)
admin.site.register(Popular_Vote)
admin.site.register(Comment)
Loading

0 comments on commit 6b96a39

Please sign in to comment.