Re: Gallery App in Django project

2014-05-09 Thread bradford li
I want to do so without using an app because I feel that way I can really learn Django. Currently this is what I have in my models.py from django.db import models from django.contrib import admin #from PIL import Images as PImage import os from PersonalWebsite.settings import MEDIA_ROOT #def get

Re: Gallery App in Django project

2014-05-08 Thread Venkatraman S
On Fri, May 9, 2014 at 4:22 AM, m1chael wrote: > photologue may work for you.. i use it, and have customized it very > extensively for my needs +1. Very easy to customize and play with. Does most of the functions needed of a photo-app. -- You received this message because you are subscribed

Re: Gallery App in Django project

2014-05-08 Thread m1chael
photologue may work for you.. i use it, and have customized it very extensively for my needs On Thu, May 8, 2014 at 3:05 AM, bradford li wrote: > I'm pretty new to Django and I thought, what better way to learn than to > create your own website?! > > I posted a question on Stackoverflow. > > http

Gallery App in Django project

2014-05-08 Thread bradford li
I'm pretty new to Django and I thought, what better way to learn than to create your own website?! I posted a question on Stackoverflow. http://stackoverflow.com/questions/23534170/album-app-process-in-django I want to create a Gallery App that would display a list of albums. These albums woul