A minimalist photo log application written in Django.
Although most of the functions are in place (uploading pictures / displaying them), many things still need to be implemented better. Mostly just a proof of concept at this stage.
Fotos requires:
- Django==1.3.1
- sorl-thumbnail==11.09
- PIL==1.1.7
(Note: above are the only versions tested. Earlier and/or later versions might work too, except Django, it has to be 1.3 or above.)
Do the following to setup:
- Preferably setup a virtualenv and run
pip install -r requirements.txt
- Setup the database with
./manage syncdb
. Create a user named 'user' with the password you want people to access the site with. - git doesn't track directories so you have to manually do
mkdir media/
- Run locally with
./manage runserver
to see that everything runs smoothly.
Fotos is free software. It is distributed under the terms of the GNU General Public License.