Skip to main content

What is it?

Guestbook is a simple guestbook application for the Django web-framework. It is closely based on the contributed comments application.

Guestbook is build to work against a late pre-1.0 checkout and should be 1.0-compatible.

More info about this app can be found in the blog post introducing it at: http://cooking.visualspace.nl/post/9992059/Django-Guestbook-application

Status

This app is currently being used in several small-scale production environments. However, it is probably that it still has a few kinks so feel free to submit bugfixes.

Installation

  1. Get it from the Cheese Shop:

    easy_install django-guestbook

    Or get the latest & greatest from Github and link it to your application tree:

    git clone git://github.com/dokterbob/django-guestbook.git
    ln -s django-guestbook/guestbook $PROJECT_DIR/guestbook

    (Here $PROJECT_DIR is your project root directory.)

  2. Add popularity to INSTALLED_APPS in settings.py:

    INSTALLED_APPS = (
        ...
        'guestbook',
        ...
    )
  3. Create required data structure:

    cd $PROJECT_DIR
    ./manage.py syncdb
  4. Add guestbook views to urls.py:

    urlpatterns += patterns('',
        ...
        (r'^guestbook/', include('guestbook.urls')),
        ...
    )
  5. Enjoy!

Release files for django-guestbook 0.1

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-guestbook 0.1
File Size Uploaded
django-guestbook-0.1.tar.gz 19.6 kB Details

Release files / django-guestbook-0.1.tar.gz

Download URL django-guestbook-0.1.tar.gz
Size 19.6 kB
Tags Source
SHA-256 checksum
How to use checksums
ee321649cbba3b26ea951ab1ff8005335d24ca73edaf305277f741bf0976867a
BLAKE2b-256 checksum
How to use checksums
c9b03772dfa68fa40760a0011016aaf288e271bf2006dee3bd49fb92b7b1473a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

0.1 This release

1 release file

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