Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install django-pressroom

How to install django-pressroom

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install django-pressroom
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.6 Available View build log
0.4 Available View build log
0.3 Available View build log
Windows (64-bit)
0.6 Available View build log
0.4 Available View build log
0.3 Available View build log
Mac OS X (10.5+)
0.6 Available View build log
0.4 Available View build log
0.3 Available View build log
Linux (32-bit)
0.6 Available View build log
0.4 Available View build log
0.3 Available View build log
Linux (64-bit)
0.6 Available View build log
0.4 Available View build log
0.3 Available View build log
 
License
BSD
Lastest release
version 0.6 on Nov 3rd, 2011

Pressroom

Simple article management for the Django web framework.

Installation

Offical releases are available from http://pypi.python.org/pypi

easy_install django-pressroom

Tracking the Development Version

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

svn checkout https://django-pressroom.googlecode.com/svn/trunk django-pressroom

If you wish to contribute to pressroom, here is how to set up your development environment

cd django-pressroom virtualenv . --no-site-packages source bin/activate python bootstrap.py bin/buildout -v bin/django syncdb bin/django runserver

browse to http://localhost:8000/

Configure Your Django Settings

Add 'pressroom' to your INSTALLED_APPS setting:

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

System Message: WARNING/2 (<string>, line 42)

Definition list ends without a blank line; unexpected unindent.

)

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

Sync Your Database

Run the Django 'syncdb' command to create the appropriate tables.

Instant Pressroom

To use the included pressroom templates and views you need to first add pressroom to your projects urls.py file. Note: django-photologue (http://code.google.com/p/django-photologue/) is a dependancy of pressroom

# urls.py: urlpatterns += patterns('',

System Message: ERROR/3 (<string>, line 60)

Unexpected indentation.
(r'^admin/(.*)', admin.site.root), (r'^pressroom/', include('pressroom.urls')), (r'^photologue/', include('photologue.urls')),

System Message: WARNING/2 (<string>, line 63)

Block quote ends without a blank line; unexpected unindent.

)

Subscribe to package updates

Last updated Nov 3rd, 2011

Download Stats

Last month:3

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.