import GalleryLink

This commit is contained in:
Sanj 2012-12-26 14:49:47 +05:30
parent b1ae133639
commit cf9c26e96a

View File

@ -2,7 +2,7 @@
from django.shortcuts import render_to_response, get_object_or_404
from django.template import RequestContext
from django.http import HttpResponse, HttpResponseRedirect
from models import GalleryAlbum, GalleryItem, Photo, YoutubeVideo
from models import GalleryAlbum, GalleryItem, Photo, GalleryLink, YoutubeVideo
from django.contrib.contenttypes.models import ContentType
from django.views.decorators.csrf import csrf_exempt
from django import forms