Skip to content

fordf/django-imager

 
 

Repository files navigation

Build Status

django-imager

a simple image management website using Django.

Features:

  • Add/edit profile, photos, and photo albums.
  • Browse public photos and albums.
  • Login/Logout!

Built by:

  • Marc Fieser
  • Ford Fowler

With help from:

##Testing Coverage:

    Name                         Stmts   Miss  Cover   Missing
    ----------------------------------------------------------
    imager_images/__init__.py        0      0   100%
    imager_images/admin.py           9      0   100%
    imager_images/forms.py          18      0   100%
    imager_images/models.py         38      0   100%
    imager_images/urls.py            5      0   100%
    imager_images/views.py         108      0   100%
    imager_profile/__init__.py       0      0   100%
    imager_profile/admin.py          3      0   100%
    imager_profile/forms.py         14      0   100%
    imager_profile/models.py        30      0   100%
    imager_profile/urls.py           3      0   100%
    imager_profile/views.py         38      0   100%
    imagersite/__init__.py           0      0   100%
    imagersite/settings.py          31      0   100%
    imagersite/urls.py               8      0   100%
    imagersite/views.py             13      0   100%
    ----------------------------------------------------------
    TOTAL                          318      0   100%

About

a simple image management website using Django.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 65.2%
  • Python 27.0%
  • JavaScript 5.7%
  • CSS 2.1%