Skip to main content
Photologue

Powerful image management for the Django web framework.


Installation
============

Offical releases are available from: http://code.google.com/p/django-photologue/


Source Distribution
-------------------

Download the .zip distribution file and unpack it. From within the extracted directory run the following command:

python setup.py install


Tracking the Development Version
--------------------------------

The current development version of Photologue can be checked out via Subversion from the project site using the following command:

svn checkout http://django-photologue.googlecode.com/svn/trunk/ photologue-trunk

Then either copy the photologue-trunk/photologue directory or create a symlink to the photologue-trunk/photologue directory somewhere on your python path, such as your Django project or site-packages directory.

You can verify Photologue is available to your project by running the following commands from within your project directory:

manage.py shell

>>> import photologue
>>> photologue.VERSION
(2, 0, 'rc1')


Configure Your Django Settings
------------------------------

Add 'photologue' to your INSTALLED_APPS setting:

INSTALLED_APPS = (
# ...other installed applications,
'photologue',
)

*** Confirm that your MEDIA_ROOT and MEDIA_URL settings are correct. ***


Register Photologue with the Django Admin
-----------------------------------------

Add the following to your projects urls.py file:

from django.contrib import admin

admin.autodiscover()


Sync Your Database
------------------

Run the Django 'syncdb' command to create the appropriate tables. After the database in initialized, run the following command to initialize Photologue:

python manage.py plinit


Instant Photo Gallery
---------------------

To use the included photo gallery templates and views you need to first add photologue to your projects urls.py file.

# urls.py:
urlpatterns += patterns('',
(r'^admin/(.*)', admin.site.root),
(r'^photologue/', include('photologue.urls')),
)

Once your urls are configured you need to copy the directory photologue/templates/photologue to your projects "templates" directory:

myproject/
myapp/
...
templates/
photologue/
...

If you'd rather, you can also add the absolute path to the photologue/templates directory to your TEMPLATE_DIRS setting.

# settings.py:
TEMPLATE_DIRS = ('/path/to/photologue/templates',)


Additional Documentation and Support
------------------------------------

Offical docs:

http://code.google.com/p/django-photologue/w/list

If you have any questions or need help with any aspect of Photologue please feel free to join the discussion group:

http://groups.google.com/group/django-photologue

Release files for django-photologue-praekelt 2.10.3

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for django-photologue-praekelt 2.10.3
File Size Uploaded
django-photologue-praekelt-2.10.3.tar.gz 50.9 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for django-photologue-praekelt 2.10.3
File Interpreter ABI Platform
django_photologue_praekelt-2.10.3-py2.7.egg Legacy Egg format - - Details

Total release size: 162.0 kB

Release files / django-photologue-praekelt-2.10.3.tar.gz

Download URL django-photologue-praekelt-2.10.3.tar.gz
Size 50.9 kB
Tags Source
SHA-256 checksum
How to use checksums
6641d0e88bdf35a247e025e453d271356c9f31da03231df84ca42c18079c09d2
BLAKE2b-256 checksum
How to use checksums
82dc6019e47fc0e92d17999eb398e08c50012e723475835e283be0b2d62f7cb8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / django_photologue_praekelt-2.10.3-py2.7.egg

Download URL django_photologue_praekelt-2.10.3-py2.7.egg
Size 111.0 kB
Tags Egg
SHA-256 checksum
How to use checksums
52abd83a6e243afd911b67813621d8a848b952162776f927f5e864aad9aa2e54
BLAKE2b-256 checksum
How to use checksums
b77688317689f60d7bb7162351523498b050bdbd34650c701211ac23a88bbe0f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

2.10.3 This release

2 release files

2.10.2

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page