bobf is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

bobf / phgallery

A pretty basic photo gallery webapp

Clone this repository (size: 73.3 KB): HTTPS / SSH
hg clone https://bitbucket.org/bobf/phgallery
hg clone ssh://hg@bitbucket.org/bobf/phgallery

Commit 98dea3b48fca Raw commit »

commit
98dea3b48fca
branch
default

initial commit, looks like this was never under vcs

Comments

    Log in to comment »

    File Lines added Lines removed
    MANIFEST.in 2
    README.txt 19
    development.ini 65
    phgallery.egg-info/PKG-INFO 10
    phgallery.egg-info/SOURCES.txt 29
    phgallery.egg-info/dependency_links.txt 1
    phgallery.egg-info/entry_points.txt 7
    phgallery.egg-info/paste_deploy_config.ini_tmpl 58
    phgallery.egg-info/paster_plugins.txt 2
    phgallery.egg-info/requires.txt 1
    phgallery.egg-info/top_level.txt 1
    phgallery/__init__.py
    phgallery/config/__init__.py
    phgallery/config/environment.py 40
    phgallery/config/middleware.py 57
    phgallery/config/routing.py 26
    phgallery/controllers/__init__.py
    phgallery/controllers/edit.py 56
    phgallery/controllers/error.py 39
    phgallery/controllers/gallery.py 23
    phgallery/controllers/search.py 32
    phgallery/controllers/template.py 27
    phgallery/controllers/upload.py 71
    phgallery/lib/__init__.py
    phgallery/lib/api.py 120
    phgallery/lib/app_globals.py 14
    phgallery/lib/base.py 83
    phgallery/lib/helpers.py 6
    phgallery/model/__init__.py 47
    phgallery/model/meta.py 14
    phgallery/public/css/gallery.css 105
    phgallery/public/images/O4jwpkePyR-thumb.png
    phgallery/public/images/O4jwpkePyR.png
    phgallery/templates/base.mako 36
    phgallery/templates/edit.mako 29
    phgallery/templates/error.mako 7
    phgallery/templates/gallery.mako 12
    phgallery/templates/search.mako 35
    phgallery/templates/upload.mako 31
    phgallery/templates/view.mako 44
    phgallery/tests/__init__.py 40
    phgallery/tests/functional/__init__.py
    phgallery/tests/functional/test_index.py 7
    phgallery/tests/test_models.py
    phgallery/websetup.py 21
    setup.cfg 59
    setup.py 31
    test.ini 21