Skip to content

Commit

Permalink
initial source
Browse files Browse the repository at this point in the history
  • Loading branch information
kwameboame committed Sep 16, 2016
0 parents commit d013213
Show file tree
Hide file tree
Showing 671 changed files with 192,032 additions and 0 deletions.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: gunicorn kakum_app.wsgi
Empty file added apps/__init__.py
Empty file.
Binary file added apps/__init__.pyc
Binary file not shown.
Empty file added apps/projects/__init__.py
Empty file.
Binary file added apps/projects/__init__.pyc
Binary file not shown.
772 changes: 772 additions & 0 deletions apps/projects/add_album.html

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions apps/projects/admin.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
from django.contrib import admin
from models import *

admin.site.register(Project)
admin.site.register(Issue)
admin.site.register(IssueComment)
admin.site.register(IssueImage)
admin.site.register(IssueVideo)
admin.site.register(CommentCategory)
admin.site.register(KnowledgeDocument)
admin.site.register(GalleryVideo)
admin.site.register(GalleryPicture)
admin.site.register(KnowledgeArticle)
admin.site.register(KnowledgeAudio)
admin.site.register(GalleryAlbum)
Binary file added apps/projects/admin.pyc
Binary file not shown.

0 comments on commit d013213

Please sign in to comment.