Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • BackTrack 5 R2
  • Wine 1.4 / 1.5.5
  • Mozilla Firefox 12...
  • Ubuntu 11.04
  • Angry Birds 1.1.2.1
  • Ubuntu 10.04.4 LTS
  • Linux Kernel 3.4
  • Ubuntu Manual 10.10
  • Adobe Flash Player...
  • Pidgin 2.10.4
  • Home > Linux > Internet > HTTP (WWW)

    django-pressroom 0.4

    Download button

    No screenshots available
    Downloads: 155  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Justin Driscoll and Michael Thornhill | More programs
    BSD License / FREE
    May 4th, 2011, 12:33 GMT
    ROOT / Internet / HTTP (WWW)

     Read user reviews (0)  Refer to a friend  Subscribe

    django-pressroom description

    A complete drop-in news articles application for Django

    django-pressroom is a Django app for creating and managing articles and file attachments.

    Uses the Photologue Django application for photo attachments and galleries.

    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',
        )


    *** 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('',
            (r'^admin/(.*)', admin.site.root),
            (r'^pressroom/', include('pressroom.urls')),
            (r'^photologue/', include('photologue.urls')),
        )



    Product's homepage

    Requirements:

    · Python
    · Django

      


    TAGS:

    news articles | article management | file attachments | Django | news | articles



    HTML code for linking to this page:


    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM