Skip to content

Commit 6b96a39

Browse files
committed
Merge branch 'master' of https://github.com/filhocf/ideax
2 parents 63d25d4 + 746f7b2 commit 6b96a39

File tree

20 files changed

+3156
-133
lines changed

20 files changed

+3156
-133
lines changed

ideax/admin.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
from django.contrib import admin
2-
from .models import Idea
2+
from .models import Idea, UserProfile, Popular_Vote, Comment
33

44
admin.site.register(Idea)
5+
admin.site.register(UserProfile)
6+
admin.site.register(Popular_Vote)
7+
admin.site.register(Comment)

0 commit comments

Comments
 (0)